Package org.hibernate.validator.cfg.defs
Class LengthDef
- java.lang.Object
-
- org.hibernate.validator.cfg.AnnotationDef<C,A>
-
- org.hibernate.validator.cfg.ConstraintDef<LengthDef,Length>
-
- org.hibernate.validator.cfg.defs.LengthDef
-
public class LengthDef extends ConstraintDef<LengthDef,Length>
- Author:
- Hardy Ferentschik
-
-
Constructor Summary
Constructors Constructor Description LengthDef()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description LengthDefmax(int max)LengthDefmin(int min)-
Methods inherited from class org.hibernate.validator.cfg.ConstraintDef
groups, message, payload
-
Methods inherited from class org.hibernate.validator.cfg.AnnotationDef
addAnnotationAsParameter, addParameter, toString
-
-