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