Interface Validator<T extends ValidatorContext>
-
public interface Validator<T extends ValidatorContext>Deprecated.Since 2.3.0, replaced byValidator.Providesvalidatormethods.- Since:
- 2.1.2
-
-
Method Summary
All Methods Instance Methods Abstract Methods Deprecated Methods Modifier and Type Method Description ValidatorStatuspostTransform(T validatorContext)Deprecated.Returns the validation status of postvalidator.ValidatorStatuspreTransform(T validatorContext)Deprecated.Returns the validation status of prevalidator.
-
-
-
Method Detail
-
preTransform
ValidatorStatus preTransform(T validatorContext)
Deprecated.Returns the validation status of prevalidator.
-
postTransform
ValidatorStatus postTransform(T validatorContext)
Deprecated.Returns the validation status of postvalidator.
-
-