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
Nested ClassesModifier and TypeInterfaceDescriptionstatic interfaceSkip the unwrapping if it has been enabled on theValueExtractorby theUnwrapByDefaultannotation.static interfaceUnwrap the value before validation.