Uses of Interface
ddf.catalog.validation.AttributeValidator
Packages that use AttributeValidator
Package
Description
Provides the classes for the Catalog Validation API and implementation.
-
Uses of AttributeValidator in ddf.catalog.validation
Methods in ddf.catalog.validation that return types with arguments of type AttributeValidatorModifier and TypeMethodDescriptionAttributeValidatorRegistry.getValidators(String attributeName) Gets all theAttributeValidators associated with the given attribute name.Method parameters in ddf.catalog.validation with type arguments of type AttributeValidatorModifier and TypeMethodDescriptionvoidAttributeValidatorRegistry.registerValidators(String attributeName, Set<? extends AttributeValidator> validators) Registers the givenAttributeValidator(s) to the given attribute name.