Uses of Enum Class
jakarta.validation.metadata.ValidateUnwrappedValue
Packages that use ValidateUnwrappedValue
Package
Description
Package containing all objects specifically used and returned by the
metadata API.
-
Uses of ValidateUnwrappedValue in jakarta.validation.metadata
Subclasses with type arguments of type ValidateUnwrappedValue in jakarta.validation.metadataModifier and TypeClassDescriptionenumThe unwrapping behavior that can be applied to a specific constraint.Methods in jakarta.validation.metadata that return ValidateUnwrappedValueModifier and TypeMethodDescriptionConstraintDescriptor.getValueUnwrapping()static ValidateUnwrappedValueReturns the enum constant of this class with the specified name.static ValidateUnwrappedValue[]ValidateUnwrappedValue.values()Returns an array containing the constants of this enum class, in the order they are declared.