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