Interface Unwrapping
-
public interface Unwrapping
Set 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 interface
Unwrapping.Skip
Skip the unwrapping if it has been enabled on theValueExtractor
by theUnwrapByDefault
annotation.static interface
Unwrapping.Unwrap
Unwrap the value before validation.
-