Home
last modified time | relevance | path

Searched refs:findSchemaResourceRoot (Results 1 – 3 of 3) sorted by relevance

/external/json-schema-validator/src/main/java/com/networknt/schema/
DRecursiveRefValidator.java57 JsonSchema refSchema = parentSchema.findSchemaResourceRoot(); // Get the document in getSchema()
72 check = current.findSchemaResourceRoot(); in getSchema()
DJsonSchema.java225 JsonSchema schema = findSchemaResourceRoot(); in getRefSchemaNode()
278 JsonSchema document = findSchemaResourceRoot(); in getSubSchema()
328 … JsonSchema found = document.findSchemaResourceRoot().fetchSubSchemaNode(this.validationContext); in getSubSchema()
372 public JsonSchema findSchemaResourceRoot() { in findSchemaResourceRoot() method in JsonSchema
DRefValidator.java113 … () -> parentSchema.findSchemaResourceRoot().fromRef(parentSchema, evaluationPath))); in getRefSchema()