Uses of Class
net.ionite.docval.validation.ValidatorManager
Packages that use ValidatorManager
Package
Description
Server (HTTP) and client for bulk- or continuous validation
-
Uses of ValidatorManager in net.ionite.docval.server
Methods in net.ionite.docval.server with parameters of type ValidatorManagerModifier and TypeMethodDescriptionvoid
DocValHttpServer.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.