Uses of Interface
com.networknt.schema.serialization.JsonNodeReader
Packages that use JsonNodeReader
-
Uses of JsonNodeReader in com.networknt.schema
Fields in com.networknt.schema declared as JsonNodeReaderModifier and TypeFieldDescriptionprivate JsonNodeReader
JsonSchemaFactory.Builder.jsonNodeReader
private final JsonNodeReader
JsonSchemaFactory.jsonNodeReader
Methods in com.networknt.schema with parameters of type JsonNodeReaderModifier and TypeMethodDescriptionJsonSchemaFactory.Builder.jsonNodeReader
(JsonNodeReader jsonNodeReader) Sets the json node reader to read the data.Constructors in com.networknt.schema with parameters of type JsonNodeReaderModifierConstructorDescriptionprivate
JsonSchemaFactory
(com.fasterxml.jackson.databind.ObjectMapper jsonMapper, com.fasterxml.jackson.databind.ObjectMapper yamlMapper, JsonNodeReader jsonNodeReader, String defaultMetaSchemaIri, SchemaLoaders.Builder schemaLoadersBuilder, SchemaMappers.Builder schemaMappersBuilder, ConcurrentMap<String, JsonMetaSchema> metaSchemas, boolean enableSchemaCache, JsonMetaSchemaFactory metaSchemaFactory) -
Uses of JsonNodeReader in com.networknt.schema.serialization
Classes in com.networknt.schema.serialization that implement JsonNodeReaderMethods in com.networknt.schema.serialization that return JsonNodeReaderModifier and TypeMethodDescriptionDefaultJsonNodeReader.Builder.build()
Builds theJsonNodeReader
.