Package org.hibernate.validator.cfg.defs
Class DecimalMinDef
- java.lang.Object
-
- org.hibernate.validator.cfg.AnnotationDef<C,A>
-
- org.hibernate.validator.cfg.ConstraintDef<DecimalMinDef,DecimalMin>
-
- org.hibernate.validator.cfg.defs.DecimalMinDef
-
public class DecimalMinDef extends ConstraintDef<DecimalMinDef,DecimalMin>
- Author:
- Hardy Ferentschik
-
-
Constructor Summary
Constructors Constructor Description DecimalMinDef()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description DecimalMinDefinclusive(boolean inclusive)DecimalMinDefvalue(String 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
-
-
-
-
Method Detail
-
value
public DecimalMinDef value(String min)
-
inclusive
public DecimalMinDef inclusive(boolean inclusive)
-
-