Uses of Enum
net.ionite.docval.config.ConfigData.UnknownKeywords
Package
Description
Configuration reader and configuration data classes
Validation implementation, manager, and result classes
-
Uses of ConfigData.UnknownKeywords in net.ionite.docval.config
Modifier and TypeFieldDescriptionConfigData.unknownKeywords
If set to true, validation will not validate documents with an unknown keyword, but return 0 errors and a single warningModifier and TypeMethodDescriptionstatic ConfigData.UnknownKeywords
Returns the enum constant of this type with the specified name.static ConfigData.UnknownKeywords[]
ConfigData.UnknownKeywords.values()
Returns an array containing the constants of this enum type, in the order they are declared. -
Uses of ConfigData.UnknownKeywords in net.ionite.docval.validation
Modifier and TypeMethodDescriptionvoid
ValidatorManager.setUnknownKeywords
(ConfigData.UnknownKeywords unknownKeywords) Set the way the validator manager should handle requests for unknown keywords.
The keyword specifies which validation(s) to run, and can be derived automatically from documents.