Package org.hibernate.validator.cfg.defs
Class CurrencyDef
- java.lang.Object
-
- org.hibernate.validator.cfg.AnnotationDef<C,A>
-
- org.hibernate.validator.cfg.ConstraintDef<CurrencyDef,Currency>
-
- org.hibernate.validator.cfg.defs.CurrencyDef
-
public class CurrencyDef extends ConstraintDef<CurrencyDef,Currency>
- Author:
- Gunnar Morling
-
-
Constructor Summary
Constructors Constructor Description CurrencyDef()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description CurrencyDefvalue(String... value)-
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 CurrencyDef value(String... value)
-
-