Uses of Interface
org.javalite.validation.length.LengthOption
-
Packages that use LengthOption Package Description org.javalite.validation.length -
-
Uses of LengthOption in org.javalite.validation.length
Classes in org.javalite.validation.length that implement LengthOption Modifier and Type Class Description classExactThe attribute length must be equal to a given value.classMaxThe attribute length must be less than or equal to the given value.classMinThe attribute length must be more than or equal to the given value.classRangeThe attribute length must be between the given minimum and maximum length (inclusive).Methods in org.javalite.validation.length with parameters of type LengthOption Modifier and Type Method Description AttributeLengthValidatorAttributeLengthValidator. with(LengthOption lengthOption)
-