Uses of Class
org.hibernate.validator.cfg.defs.LengthDef
-
Packages that use LengthDef Package Description org.hibernate.validator.cfg.defs Constraint definition classes for programmatic constraint definition API. -
-
Uses of LengthDef in org.hibernate.validator.cfg.defs
Methods in org.hibernate.validator.cfg.defs that return LengthDef Modifier and Type Method Description LengthDefLengthDef. max(int max)LengthDefLengthDef. min(int min)
-