Uses of Interface
jakarta.validation.Payload
Package
Description
Package containing all objects specifically used and returned by the
metadata API.
Package containing objects dedicated to extract values to validate from containers.
-
Uses of Payload in jakarta.validation.metadata
Modifier and TypeMethodDescriptionConstraintDescriptor.getPayload()
The set of payload the constraint hosts. -
Uses of Payload in jakarta.validation.valueextraction
Modifier and TypeInterfaceDescriptionstatic interface
Skip the unwrapping if it has been enabled on theValueExtractor
by theUnwrapByDefault
annotation.static interface
Unwrap the value before validation.