Uses of Class
com.networknt.schema.JsonSchemaRef
Packages that use JsonSchemaRef
-
Uses of JsonSchemaRef in com.networknt.schema
Fields in com.networknt.schema declared as JsonSchemaRefModifier and TypeFieldDescriptionprotected final JsonSchemaRef
DynamicRefValidator.schema
protected final JsonSchemaRef
RecursiveRefValidator.schema
protected final JsonSchemaRef
RefValidator.schema
Methods in com.networknt.schema that return JsonSchemaRefModifier and TypeMethodDescription(package private) static JsonSchemaRef
DynamicRefValidator.getRefSchema
(JsonSchema parentSchema, ValidationContext validationContext, String refValue, JsonNodePath evaluationPath) (package private) static JsonSchemaRef
RecursiveRefValidator.getRefSchema
(JsonSchema parentSchema, ValidationContext validationContext, String refValue, JsonNodePath evaluationPath) (package private) static JsonSchemaRef
RefValidator.getRefSchema
(JsonSchema parentSchema, ValidationContext validationContext, String refValue, JsonNodePath evaluationPath) DynamicRefValidator.getSchemaRef()
RecursiveRefValidator.getSchemaRef()
RefValidator.getSchemaRef()
-
Uses of JsonSchemaRef in com.networknt.schema.utils
Methods in com.networknt.schema.utils that return JsonSchemaRefModifier and TypeMethodDescriptionstatic JsonSchemaRef
JsonSchemaRefs.from
(JsonSchema schema) Gets the ref.