Interface ValidatorSettings


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

    • getDefaultSeverity

      @NotNull @NotNull ValidationMessageSeverity getDefaultSeverity()
      Returns the default severity.
      Returns:
      the default severity for most ValidationMessages being returned by the validator.
    • 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