Searched refs:getJsonSchemaFactory (Results 1 – 6 of 6) sorted by relevance
/external/json-schema-validator/src/main/java/com/networknt/schema/ |
D | ValidationContext.java | 57 …return getJsonSchemaFactory().create(this, schemaLocation, evaluationPath, schemaNode, parentSchem… in newSchema() 69 public JsonSchemaFactory getJsonSchemaFactory() { in getJsonSchemaFactory() method in ValidationContext
|
D | RefValidator.java | 64 …schemaResource = validationContext.getJsonSchemaFactory().getSchema(schemaLocation, validationCont… in getRefSchema() 157 …synchronized (validationContext.getJsonSchemaFactory()) { // acquire lock on shared factory object…
|
D | BaseJsonValidator.java | 92 …return validationContext.getJsonSchemaFactory().getSchema(schemaLocation, validationContext.getCon… in obtainSubSchemaNode()
|
D | JsonSchema.java | 182 copy.getValidationContext().getJsonSchemaFactory(), in fromRef() 201 copy.getValidationContext().getJsonSchemaFactory(), config, in withConfig()
|
D | JsonSchemaFactory.java | 333 return new ValidationContext(metaSchema, validationContext.getJsonSchemaFactory(), in withMetaSchema()
|
/external/json-schema-validator/doc/ |
D | upgrading.md | 28 …urrentJsonSchemaFactory`| Removed | `getSchema().getValidationContext().getJsonSchemaFactory()`
|