Package org.javalite.validation.length
-
Interface Summary Interface Description LengthOption Attribute Length validation option. -
Class Summary Class Description AttributeLengthValidator Attribute length validator.Exact The attribute length must be equal to a given value.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).