Home
last modified time | relevance | path

Searched refs:getJsonSchemaFactory (Results 1 – 6 of 6) sorted by relevance

/external/json-schema-validator/src/main/java/com/networknt/schema/
DValidationContext.java57 …return getJsonSchemaFactory().create(this, schemaLocation, evaluationPath, schemaNode, parentSchem… in newSchema()
69 public JsonSchemaFactory getJsonSchemaFactory() { in getJsonSchemaFactory() method in ValidationContext
DRefValidator.java64 …schemaResource = validationContext.getJsonSchemaFactory().getSchema(schemaLocation, validationCont… in getRefSchema()
157 …synchronized (validationContext.getJsonSchemaFactory()) { // acquire lock on shared factory object…
DBaseJsonValidator.java92 …return validationContext.getJsonSchemaFactory().getSchema(schemaLocation, validationContext.getCon… in obtainSubSchemaNode()
DJsonSchema.java182 copy.getValidationContext().getJsonSchemaFactory(), in fromRef()
201 copy.getValidationContext().getJsonSchemaFactory(), config, in withConfig()
DJsonSchemaFactory.java333 return new ValidationContext(metaSchema, validationContext.getJsonSchemaFactory(), in withMetaSchema()
/external/json-schema-validator/doc/
Dupgrading.md28 …urrentJsonSchemaFactory`| Removed | `getSchema().getValidationContext().getJsonSchemaFactory()`