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