Interface Unwrapping
public interface Unwrapping
Set of interfaces used in the
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
.
- Since:
- 2.0
- Author:
- Guillaume Smet
-
Nested Class Summary
Modifier and TypeInterfaceDescriptionstatic interface
Skip the unwrapping if it has been enabled on theValueExtractor
by theUnwrapByDefault
annotation.static interface
Unwrap the value before validation.