Package org.hibernate.validator.cfg.defs
Class UUIDDef
- java.lang.Object
-
- org.hibernate.validator.cfg.AnnotationDef<C,A>
-
- org.hibernate.validator.cfg.ConstraintDef<UUIDDef,UUID>
-
- org.hibernate.validator.cfg.defs.UUIDDef
-
public class UUIDDef extends ConstraintDef<UUIDDef,UUID>
Constraint definition forUUID.- Since:
- 8.0.0
- Author:
- Daniel Heid
-
-
Constructor Summary
Constructors Constructor Description UUIDDef()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description UUIDDefallowEmpty(boolean allowEmpty)UUIDDefallowNil(boolean allowNil)UUIDDefletterCase(UUID.LetterCase letterCase)UUIDDefvariant(int[] variant)UUIDDefversion(int[] version)-
Methods inherited from class org.hibernate.validator.cfg.ConstraintDef
groups, message, payload
-
Methods inherited from class org.hibernate.validator.cfg.AnnotationDef
addAnnotationAsParameter, addParameter, toString
-
-