Class Validation.Long

java.lang.Object
io.helidon.validation.Validation.Long
Enclosing class:
Validation

public static final class Validation.Long extends Object
Integer constraints, to allow use of long constants with values. These are convenience constraints and could be replaced with constraints in Validation.Number.

NOTE: long constraints are only allowed on long values (or boxed Validation.Long) and will fail on any other type.