Home
last modified time | relevance | path

Searched defs:getMetaSchema (Results 1 – 5 of 5) sorted by relevance

/external/json-schema-validator/src/main/java/com/networknt/schema/
DJsonMetaSchemaFactory.java31 …JsonMetaSchema getMetaSchema(String iri, JsonSchemaFactory schemaFactory, SchemaValidatorsConfig c… in getMetaSchema() method
DDisallowUnknownJsonMetaSchemaFactory.java24 …public JsonMetaSchema getMetaSchema(String iri, JsonSchemaFactory schemaFactory, SchemaValidatorsC… in getMetaSchema() method in DisallowUnknownJsonMetaSchemaFactory
DDefaultJsonMetaSchemaFactory.java28 …public JsonMetaSchema getMetaSchema(String iri, JsonSchemaFactory schemaFactory, SchemaValidatorsC… in getMetaSchema() method in DefaultJsonMetaSchemaFactory
DValidationContext.java104 public JsonMetaSchema getMetaSchema() { in getMetaSchema() method in ValidationContext
DJsonSchemaFactory.java359 private JsonMetaSchema getMetaSchema(final JsonNode schemaNode, SchemaValidatorsConfig config) { in getMetaSchema() method in JsonSchemaFactory
383 public JsonMetaSchema getMetaSchema(String iri, SchemaValidatorsConfig config) { in getMetaSchema() method in JsonSchemaFactory