Uses of Interface
com.networknt.schema.serialization.JsonNodeReader
-
Packages that use JsonNodeReader Package Description com.networknt.schema com.networknt.schema.serialization -
-
Uses of JsonNodeReader in com.networknt.schema
Fields in com.networknt.schema declared as JsonNodeReader Modifier and Type Field Description private JsonNodeReader
JsonSchemaFactory.Builder. jsonNodeReader
private JsonNodeReader
JsonSchemaFactory. jsonNodeReader
Methods in com.networknt.schema with parameters of type JsonNodeReader Modifier and Type Method Description JsonSchemaFactory.Builder
JsonSchemaFactory.Builder. jsonNodeReader(JsonNodeReader jsonNodeReader)
Sets the json node reader to read the data.Constructors in com.networknt.schema with parameters of type JsonNodeReader Constructor Description JsonSchemaFactory(com.fasterxml.jackson.databind.ObjectMapper jsonMapper, com.fasterxml.jackson.databind.ObjectMapper yamlMapper, JsonNodeReader jsonNodeReader, java.lang.String defaultMetaSchemaIri, SchemaLoaders.Builder schemaLoadersBuilder, SchemaMappers.Builder schemaMappersBuilder, java.util.concurrent.ConcurrentMap<java.lang.String,JsonMetaSchema> metaSchemas, boolean enableSchemaCache, JsonMetaSchemaFactory metaSchemaFactory)
-
Uses of JsonNodeReader in com.networknt.schema.serialization
Classes in com.networknt.schema.serialization that implement JsonNodeReader Modifier and Type Class Description class
DefaultJsonNodeReader
DefaultJsonNodeReader
.Methods in com.networknt.schema.serialization that return JsonNodeReader Modifier and Type Method Description JsonNodeReader
DefaultJsonNodeReader.Builder. build()
Builds theJsonNodeReader
.
-