Uses of Enum
net.ionite.docval.config.ConfigData.UnknownKeywords
Packages that use 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
Fields in net.ionite.docval.config declared as ConfigData.UnknownKeywordsModifier and TypeFieldDescriptionConfigData.unknownKeywordsIf set to true, validation will not validate documents with an unknown keyword, but return 0 errors and a single warningMethods in net.ionite.docval.config that return ConfigData.UnknownKeywordsModifier and TypeMethodDescriptionstatic ConfigData.UnknownKeywordsReturns 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
Methods in net.ionite.docval.validation with parameters of type ConfigData.UnknownKeywordsModifier and TypeMethodDescriptionvoidValidatorManager.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.