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 JsonSchemaRefDynamicRefValidator. schemaprotected JsonSchemaRefRecursiveRefValidator. schemaprotected JsonSchemaRefRefValidator. schemaMethods in com.networknt.schema that return JsonSchemaRef Modifier and Type Method Description JsonSchemaRefDynamicRefValidator. getSchemaRef()JsonSchemaRefRecursiveRefValidator. getSchemaRef()JsonSchemaRefRefValidator. getSchemaRef() -
Uses of JsonSchemaRef in com.networknt.schema.utils
Methods in com.networknt.schema.utils that return JsonSchemaRef Modifier and Type Method Description static JsonSchemaRefJsonSchemaRefs. from(JsonSchema schema)Gets the ref.
-