Uses of Class
jakarta.validation.metadata.ValidateUnwrappedValue
-
Packages that use ValidateUnwrappedValue Package Description jakarta.validation.metadata Package containing all objects specifically used and returned by the metadata API. -
-
Uses of ValidateUnwrappedValue in jakarta.validation.metadata
Methods in jakarta.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.
-