Uses of Interface
net.pincette.mongo.Validator.Resolver
-
Uses of Validator.Resolver in net.pincette.mongo
Methods in net.pincette.mongo with parameters of type Validator.ResolverModifier and TypeMethodDescriptionstatic JsonObjectValidator.resolve(JsonObject specification, Validator.Resolver resolver, String context) When a validation specification includes other specifications they are resolved recursively.voidValidator.setResolver(Validator.Resolver resolver) Sets the include resolver.Constructors in net.pincette.mongo with parameters of type Validator.ResolverModifierConstructorDescriptionValidator(Features features, Validator.Resolver resolver) Creates a validator with extra features for the underlying MongoDB query language and a resolver.