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 JsonSchemaRefDynamicRefValidator.schemaprotected final JsonSchemaRefRecursiveRefValidator.schemaprotected final JsonSchemaRefRefValidator.schemaMethods in com.networknt.schema that return JsonSchemaRefModifier and TypeMethodDescription(package private) static JsonSchemaRefDynamicRefValidator.getRefSchema(JsonSchema parentSchema, ValidationContext validationContext, String refValue, JsonNodePath evaluationPath) (package private) static JsonSchemaRefRecursiveRefValidator.getRefSchema(JsonSchema parentSchema, ValidationContext validationContext, String refValue, JsonNodePath evaluationPath) (package private) static JsonSchemaRefRefValidator.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 JsonSchemaRefJsonSchemaRefs.from(JsonSchema schema) Gets the ref.