net.sf.jsefa.common.validator
Class LongValidator
java.lang.Object
net.sf.jsefa.common.validator.NumberValidator<Long>
net.sf.jsefa.common.validator.LongValidator
- All Implemented Interfaces:
- Validator
public final class LongValidator
- extends NumberValidator<Long>
A validator for Long values.
- Author:
- Norman Lahme-Huetig
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
create
public static LongValidator create(ValidatorConfiguration configuration)
- Constructs a new
LongValidator.
- Parameters:
configuration - the validator configuration
- Returns:
- a long validator
Copyright © 2014. All rights reserved.