Package org.hibernate.validator.cfg.defs
Class RangeDef
- java.lang.Object
-
- org.hibernate.validator.cfg.AnnotationDef<C,A>
-
- org.hibernate.validator.cfg.ConstraintDef<RangeDef,Range>
-
- org.hibernate.validator.cfg.defs.RangeDef
-
public class RangeDef extends ConstraintDef<RangeDef,Range>
- Author:
- Hardy Ferentschik
-
-
Constructor Summary
Constructors Constructor Description RangeDef()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description RangeDefmax(long max)RangeDefmin(long 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
-
-