Class CustomValidator<T>

java.lang.Object
co.yellowdog.platform.model.beanvalidation.CustomValidator<T>
  • Constructor Details

    • CustomValidator

      protected CustomValidator()
  • Method Details

    • onSetTarget

      protected void onSetTarget()
      Optional method that can be overridden to perform initialisation or setup when the validator is being prepared to validate a particular target instance.
    • getTarget

      protected T getTarget()