public interface Validator<T extends ValidatorContext>
Deprecated.
Since 2.3.0, replaced by Validator.
Provides validator methods.
Since:
2.1.2
  • Method Summary

    Modifier and Type
    Method
    Description
    postTransform(T validatorContext)
    Deprecated.
    Returns the validation status of post validator.
    preTransform(T validatorContext)
    Deprecated.
    Returns the validation status of pre validator.
  • Method Details

    • preTransform

      ValidatorStatus preTransform(T validatorContext)
      Deprecated.
      Returns the validation status of pre validator.
    • postTransform

      ValidatorStatus postTransform(T validatorContext)
      Deprecated.
      Returns the validation status of post validator.