Uses of Class
com.networknt.schema.utils.SetView
-
Packages that use SetView Package Description com.networknt.schema com.networknt.schema.utils -
-
Uses of SetView in com.networknt.schema
Methods in com.networknt.schema with parameters of type SetView Modifier and Type Method Description private 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, java.util.Map.Entry<java.lang.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 SetView Modifier and Type Method Description SetView<E>
SetView. union(java.util.Set<E> set)
Adds a set to the view.Constructors in com.networknt.schema.utils with parameters of type SetView Constructor Description SetViewIterator(SetView<E> view)
-