public static interface Validators.ValidatorWrapper<T>
| Modifier and Type | Method and Description | 
|---|---|
Validator<T> | 
getWrappedValidator()
Return the wrapped validator, if any. 
 | 
void | 
setWrappedValidator(Validator<T> pWrapped)
Set the inner validator to be wrapped. 
 |