Interface Unwrapping
- 
public interface UnwrappingSet of interfaces used in thepayload()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 Classes Modifier and Type Interface Description static interfaceUnwrapping.SkipSkip the unwrapping if it has been enabled on theValueExtractorby theUnwrapByDefaultannotation.static interfaceUnwrapping.UnwrapUnwrap the value before validation. 
 -