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