Interface ValidatorFactory


public interface ValidatorFactory
A factory to create validators.
Since:
2.0.8
  • Method Details

    • newInstance

      Creates a new validator for the session.
      Parameters:
      session - The repository system session from which to configure the validator, must not be null.
      Returns:
      The validator for the session, never null.