net.sf.jsefa.common.validator
Class LongValidator

java.lang.Object
  extended by net.sf.jsefa.common.validator.NumberValidator<Long>
      extended by 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

Method Summary
static LongValidator create(ValidatorConfiguration configuration)
          Constructs a new LongValidator.
 
Methods inherited from class net.sf.jsefa.common.validator.NumberValidator
getConstraintsAccessor, validate
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

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.