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.org.hibernate.validator.internal.metadata.descriptor Implementation of the Bean Validation meta data API. -
-
Uses of ValidateUnwrappedValue in jakarta.validation.metadata
Methods in jakarta.validation.metadata that return ValidateUnwrappedValue Modifier and Type Method Description ValidateUnwrappedValueConstraintDescriptor. getValueUnwrapping()static ValidateUnwrappedValueValidateUnwrappedValue. valueOf(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. -
Uses of ValidateUnwrappedValue in org.hibernate.validator.internal.metadata.descriptor
Methods in org.hibernate.validator.internal.metadata.descriptor that return ValidateUnwrappedValue Modifier and Type Method Description ValidateUnwrappedValueConstraintDescriptorImpl. getValueUnwrapping()
-