Interface ValidatorSettings


  • @ProviderType
    public interface ValidatorSettings
    Settings relevant for one ValidatorFactory.
    • Method Detail

      • getOptions

        @NotNull
        @NotNull Map<String,​String> getOptions()
        Returns the additional options.
        Returns:
        list of options relevant for this validator
      • isDisabled

        boolean isDisabled()
        Returns whether the validator is disabled.
        Returns:
        true in case validator is disabled otherwise false