Uses of Class
com.networknt.schema.JsonSchemaRef
-
Packages that use JsonSchemaRef Package Description com.networknt.schema -
-
Uses of JsonSchemaRef in com.networknt.schema
Fields in com.networknt.schema declared as JsonSchemaRef Modifier and Type Field Description protected JsonSchemaRef
RefValidator. schema
Methods in com.networknt.schema that return JsonSchemaRef Modifier and Type Method Description JsonSchemaRef
ValidationContext. getReferenceParsingInProgress(String refValue)
JsonSchemaRef
RefValidator. getSchemaRef()
Methods in com.networknt.schema with parameters of type JsonSchemaRef Modifier and Type Method Description void
ValidationContext. setReferenceParsingInProgress(String refValue, JsonSchemaRef ref)
-