public interface Unwrapping
payload()
of a constraint to indicate if a value
should be unwrapped before validation.
This is used to overwrite the default configuration defined on the ValueExtractor
.
Modifier and Type | Interface and Description |
---|---|
static interface |
Unwrapping.Skip
Skip the unwrapping if it has been enabled on the
ValueExtractor by the
UnwrapByDefault
annotation. |
static interface |
Unwrapping.Unwrap
Unwrap the value before validation.
|