Uses of Class
net.ionite.docval.validation.ValidatorManager
Packages that use ValidatorManager
Package
Description
Server (HTTP) and client for bulk- or continuous validation
Validation implementation, manager, and result classes
-
Uses of ValidatorManager in net.ionite.docval.server
Methods in net.ionite.docval.server with parameters of type ValidatorManagerModifier and TypeMethodDescriptionvoidDocValHttpServer.setValidatorManager(ValidatorManager validatorManager) Replace the validator manager with the given oneConstructors in net.ionite.docval.server with parameters of type ValidatorManagerModifierConstructorDescriptionDocValHttpServer(ValidatorManager validatorManager) Initialize a server with a validator manager initialized by the caller. -
Uses of ValidatorManager in net.ionite.docval.validation
Constructors in net.ionite.docval.validation with parameters of type ValidatorManagerModifierConstructorDescriptionBackgroundLoader(ValidatorManager validatorManager, ConfigData configData, HealthService healthService) The backgroundloader is a Thread class that can load all validation files in the configuration in the background.