Uses of Package
org.javalite.validation.length
-
Packages that use org.javalite.validation.length Package Description org.javalite.validation.length -
Classes in org.javalite.validation.length used by org.javalite.validation.length Class Description AttributeLengthValidator Attribute length validator.Exact The attribute length must be equal to a given value.LengthOption Attribute Length validation option.Max The attribute length must be less than or equal to the given value.Min The attribute length must be more than or equal to the given value.Range The attribute length must be between the given minimum and maximum length (inclusive).