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.BuilderJsonSchemaFactory.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 classDefaultJsonNodeReaderDefaultJsonNodeReader.Methods in com.networknt.schema.serialization that return JsonNodeReader Modifier and Type Method Description JsonNodeReaderDefaultJsonNodeReader.Builder. build()Builds theJsonNodeReader.
-