Uses of Class
org.hibernate.validator.constraints.UUID.LetterCase
-
Packages that use UUID.LetterCase Package Description org.hibernate.validator.cfg.defs Constraint definition classes for programmatic constraint definition API.org.hibernate.validator.constraints Hibernate Validator specific constraints. -
-
Uses of UUID.LetterCase in org.hibernate.validator.cfg.defs
Methods in org.hibernate.validator.cfg.defs with parameters of type UUID.LetterCase Modifier and Type Method Description UUIDDefUUIDDef. letterCase(UUID.LetterCase letterCase) -
Uses of UUID.LetterCase in org.hibernate.validator.constraints
Methods in org.hibernate.validator.constraints that return UUID.LetterCase Modifier and Type Method Description UUID.LetterCaseletterCase()static UUID.LetterCaseUUID.LetterCase. valueOf(String name)Returns the enum constant of this type with the specified name.static UUID.LetterCase[]UUID.LetterCase. values()Returns an array containing the constants of this enum type, in the order they are declared.
-