Uses of Package
jp.ecuacion.lib.validation.constraints
Packages that use jp.ecuacion.lib.validation.constraints
-
Classes in jp.ecuacion.lib.validation.constraints used by jp.ecuacion.lib.validation.constraintsClassDescriptionIs valid when all of the values of
propertyPathis empty or not empty.Is valid when at least one of the values ofpropertyPathis empty.Is valid when at least one of the values ofpropertyPathis not empty.Checks if a string is convertable toBoolean.Checks if specifiedpropertyPathis empty only when condition is satisfied.Checks if an enum value exists.Is valid when the value ofpropertyPathis greater than the value ofbasisPropertyPath.Is valid when the value ofpropertyPathis greater than or equal to the value ofbasisPropertyPath.Checks if a string is convertable toInteger.Is valid when the value ofpropertyPathis less than the value ofbasisPropertyPath.Is valid when the value ofpropertyPathis less than or equal to the value ofbasisPropertyPath.Checks if a string is convertible toLong.Checks if specifiedpropertyPathis not empty only when condition is satisfied.Checks if a string matches specified regular expression.Checks if the size of a string is within designated min and max.