Uses of Class
com.networknt.schema.utils.SetView
Packages that use SetView
-
Uses of SetView in com.networknt.schema
Methods in com.networknt.schema with parameters of type SetViewModifier and TypeMethodDescriptionprivate boolean
ItemsValidator.doValidate
(ExecutionContext executionContext, SetView<ValidationMessage> errors, int i, com.fasterxml.jackson.databind.JsonNode node, com.fasterxml.jackson.databind.JsonNode rootNode, JsonNodePath instanceLocation) private void
PropertiesValidator.walkSchema
(ExecutionContext executionContext, Map.Entry<String, JsonSchema> entry, com.fasterxml.jackson.databind.JsonNode node, com.fasterxml.jackson.databind.JsonNode rootNode, JsonNodePath instanceLocation, boolean shouldValidateSchema, SetView<ValidationMessage> validationMessages, WalkListenerRunner propertyWalkListenerRunner) -
Uses of SetView in com.networknt.schema.utils
Methods in com.networknt.schema.utils that return SetViewConstructors in com.networknt.schema.utils with parameters of type SetView