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 (package private) static JsonSchemaRefDynamicRefValidator. getRefSchema(JsonSchema parentSchema, ValidationContext validationContext, java.lang.String refValue, JsonNodePath evaluationPath)(package private) static JsonSchemaRefRecursiveRefValidator. getRefSchema(JsonSchema parentSchema, ValidationContext validationContext, java.lang.String refValue, JsonNodePath evaluationPath)(package private) static JsonSchemaRefRefValidator. getRefSchema(JsonSchema parentSchema, ValidationContext validationContext, java.lang.String refValue, JsonNodePath evaluationPath)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.
-