To unwrap a type, a {{@UnwrapValidatedValue}} annotation must be used. For example:
{code} @UnwrapValidatedValue Optional<String> email; {/code}
However, this can be troublesome if there are many wrapper types used. This issue is to provide a global config that when set to true, wrapper types will be unwrapped by default even if the {{@UnwrapValidatedValue}} annotation is not present.
|