Package org.hibernate.validator.cfg.defs
Class ISBNDef
- java.lang.Object
-
- org.hibernate.validator.cfg.AnnotationDef<C,A>
-
- org.hibernate.validator.cfg.ConstraintDef<ISBNDef,ISBN>
-
- org.hibernate.validator.cfg.defs.ISBNDef
-
public class ISBNDef extends ConstraintDef<ISBNDef,ISBN>
- Since:
- 6.0.6
- Author:
- Marko Bekhta
-
-
Constructor Summary
Constructors Constructor Description ISBNDef()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description ISBNDeftype(ISBN.Type type)-
Methods inherited from class org.hibernate.validator.cfg.ConstraintDef
groups, message, payload
-
Methods inherited from class org.hibernate.validator.cfg.AnnotationDef
addAnnotationAsParameter, addParameter, toString
-
-