Uses of Class
com.networknt.schema.JsonSchemaRef
-
Packages that use JsonSchemaRef Package Description com.networknt.schema com.networknt.schema.utils -
-
Uses of JsonSchemaRef in com.networknt.schema
Fields in com.networknt.schema declared as JsonSchemaRef Modifier and Type Field Description protected JsonSchemaRef
DynamicRefValidator. schema
protected JsonSchemaRef
RecursiveRefValidator. schema
protected JsonSchemaRef
RefValidator. schema
Methods in com.networknt.schema that return JsonSchemaRef Modifier and Type Method Description JsonSchemaRef
DynamicRefValidator. getSchemaRef()
JsonSchemaRef
RecursiveRefValidator. getSchemaRef()
JsonSchemaRef
RefValidator. getSchemaRef()
-
Uses of JsonSchemaRef in com.networknt.schema.utils
Methods in com.networknt.schema.utils that return JsonSchemaRef Modifier and Type Method Description static JsonSchemaRef
JsonSchemaRefs. from(JsonSchema schema)
Gets the ref.
-