Uses of Interface
javax.validation.Payload
Packages that use 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 javax.validation.metadata
Methods in javax.validation.metadata that return types with arguments of type PayloadModifier and TypeMethodDescriptionConstraintDescriptor.getPayload()
The set of payload the constraint hosts. -
Uses of Payload in javax.validation.valueextraction
Subinterfaces of Payload in javax.validation.valueextractionModifier and TypeInterfaceDescriptionstatic interface
Skip the unwrapping if it has been enabled on theValueExtractor
by theUnwrapByDefault
annotation.static interface
Unwrap the value before validation.