Searched refs:readDynamicAnchor (Results 1 – 3 of 3) sorted by relevance
37 String dynamicAnchor = validationContext.getMetaSchema().readDynamicAnchor(schemaNode); in Validator()
433 public String readDynamicAnchor(JsonNode schemaNode) { in readDynamicAnchor() method in JsonMetaSchema
142 String dynamicAnchor = this.validationContext.getMetaSchema().readDynamicAnchor(schemaNode); in JsonSchema()