Uses of Class
org.hibernate.validator.constraints.EAN.Type
-
Packages that use EAN.Type 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 EAN.Type in org.hibernate.validator.cfg.defs
Methods in org.hibernate.validator.cfg.defs with parameters of type EAN.Type Modifier and Type Method Description EANDefEANDef. type(EAN.Type type) -
Uses of EAN.Type in org.hibernate.validator.constraints
Methods in org.hibernate.validator.constraints that return EAN.Type Modifier and Type Method Description EAN.Typetype()static EAN.TypeEAN.Type. valueOf(String name)Returns the enum constant of this type with the specified name.static EAN.Type[]EAN.Type. values()Returns an array containing the constants of this enum type, in the order they are declared.
-