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
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. -
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
.
-