Uses of Class
javax.validation.metadata.ValidateUnwrappedValue
-
Packages that use ValidateUnwrappedValue Package Description javax.validation.metadata Package containing all objects specifically used and returned by the metadata API. -
-
Uses of ValidateUnwrappedValue in javax.validation.metadata
Methods in javax.validation.metadata that return ValidateUnwrappedValue Modifier and Type Method Description ValidateUnwrappedValue
ConstraintDescriptor. getValueUnwrapping()
static ValidateUnwrappedValue
ValidateUnwrappedValue. valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.static ValidateUnwrappedValue[]
ValidateUnwrappedValue. values()
Returns an array containing the constants of this enum type, in the order they are declared.
-