Uses of Enum Class
org.hibernate.validator.constraints.IpAddress.Type
Packages that use IpAddress.Type
Package
Description
Constraint definition classes for programmatic constraint definition API.
Hibernate Validator specific constraints.
-
Uses of IpAddress.Type in org.hibernate.validator.cfg.defs
Methods in org.hibernate.validator.cfg.defs with parameters of type IpAddress.Type -
Uses of IpAddress.Type in org.hibernate.validator.constraints
Subclasses with type arguments of type IpAddress.Type in org.hibernate.validator.constraintsMethods in org.hibernate.validator.constraints that return IpAddress.TypeModifier and TypeMethodDescriptionstatic IpAddress.TypeReturns the enum constant of this class with the specified name.static IpAddress.Type[]IpAddress.Type.values()Returns an array containing the constants of this enum class, in the order they are declared.