Interface ValidatorSettings
@ProviderType
public interface ValidatorSettings
Settings relevant for one
ValidatorFactory.-
Method Summary
Modifier and TypeMethodDescription@NotNull ValidationMessageSeverityReturns the default severity.Returns the additional options.booleanReturns whether the validator is disabled.
-
Method Details
-
getDefaultSeverity
Returns the default severity.- Returns:
- the default severity for most
ValidationMessages being returned by the validator.
-
getOptions
Returns the additional options.- Returns:
- list of options relevant for this validator
-
isDisabled
boolean isDisabled()Returns whether the validator is disabled.- Returns:
truein case validator is disabled otherwisefalse
-