Uses of Interface
com.networknt.schema.serialization.NodeReader
-
Packages that use NodeReader Package Description com.networknt.schema com.networknt.schema.serialization -
-
Uses of NodeReader in com.networknt.schema
Methods in com.networknt.schema with parameters of type NodeReader Modifier and Type Method Description SchemaRegistry.BuilderSchemaRegistry.Builder. nodeReader(NodeReader nodeReader)Sets the json node reader to read the data. -
Uses of NodeReader in com.networknt.schema.serialization
Classes in com.networknt.schema.serialization that implement NodeReader Modifier and Type Class Description classBasicNodeReaderBasic implementation ofNodeReader.classDefaultNodeReaderDefaultNodeReader.Methods in com.networknt.schema.serialization that return NodeReader Modifier and Type Method Description NodeReaderDefaultNodeReader.Builder. build()Builds theNodeReader.
-