static SchemaValidatorsConfig.Builder |
SchemaValidatorsConfig.builder(SchemaValidatorsConfig config) |
|
protected ValidationContext |
JsonSchemaFactory.createValidationContext(com.fasterxml.jackson.databind.JsonNode schemaNode,
SchemaValidatorsConfig config) |
|
protected JsonSchema |
JsonSchemaFactory.getMappedSchema(SchemaLocation schemaUri,
SchemaValidatorsConfig config) |
|
JsonMetaSchema |
DefaultJsonMetaSchemaFactory.getMetaSchema(java.lang.String iri,
JsonSchemaFactory schemaFactory,
SchemaValidatorsConfig config) |
|
JsonMetaSchema |
DisallowUnknownJsonMetaSchemaFactory.getMetaSchema(java.lang.String iri,
JsonSchemaFactory schemaFactory,
SchemaValidatorsConfig config) |
|
JsonMetaSchema |
JsonMetaSchemaFactory.getMetaSchema(java.lang.String iri,
JsonSchemaFactory schemaFactory,
SchemaValidatorsConfig config) |
Gets the meta-schema given the IRI.
|
private JsonMetaSchema |
JsonSchemaFactory.getMetaSchema(com.fasterxml.jackson.databind.JsonNode schemaNode,
SchemaValidatorsConfig config) |
|
JsonMetaSchema |
JsonSchemaFactory.getMetaSchema(java.lang.String iri,
SchemaValidatorsConfig config) |
Gets the meta-schema that is available to the factory.
|
private JsonMetaSchema |
JsonSchemaFactory.getMetaSchemaOrDefault(com.fasterxml.jackson.databind.JsonNode schemaNode,
SchemaValidatorsConfig config) |
|
JsonSchema |
JsonSchemaFactory.getSchema(com.fasterxml.jackson.databind.JsonNode jsonNode,
SchemaValidatorsConfig config) |
Gets the schema.
|
JsonSchema |
JsonSchemaFactory.getSchema(SchemaLocation schemaUri,
com.fasterxml.jackson.databind.JsonNode jsonNode,
SchemaValidatorsConfig config) |
Gets the schema.
|
JsonSchema |
JsonSchemaFactory.getSchema(SchemaLocation schemaUri,
SchemaValidatorsConfig config) |
Gets the schema.
|
JsonSchema |
JsonSchemaFactory.getSchema(java.io.InputStream schemaStream,
InputFormat inputFormat,
SchemaValidatorsConfig config) |
Gets the schema.
|
JsonSchema |
JsonSchemaFactory.getSchema(java.io.InputStream schemaStream,
SchemaValidatorsConfig config) |
Gets the schema.
|
JsonSchema |
JsonSchemaFactory.getSchema(java.lang.String schema,
InputFormat inputFormat,
SchemaValidatorsConfig config) |
Gets the schema.
|
JsonSchema |
JsonSchemaFactory.getSchema(java.lang.String schema,
SchemaValidatorsConfig config) |
Gets the schema.
|
JsonSchema |
JsonSchemaFactory.getSchema(java.net.URI schemaUri,
com.fasterxml.jackson.databind.JsonNode jsonNode,
SchemaValidatorsConfig config) |
Gets the schema.
|
static JsonType |
TypeFactory.getValueNodeType(com.fasterxml.jackson.databind.JsonNode node,
SchemaValidatorsConfig config) |
|
protected JsonMetaSchema |
DefaultJsonMetaSchemaFactory.loadMetaSchema(java.lang.String iri,
JsonSchemaFactory schemaFactory,
SchemaValidatorsConfig config) |
|
protected JsonMetaSchema |
JsonSchemaFactory.loadMetaSchema(java.lang.String iri,
SchemaValidatorsConfig config) |
Loads the meta-schema from the configured meta-schema factory.
|
protected JsonMetaSchema.Builder |
DefaultJsonMetaSchemaFactory.loadMetaSchemaBuilder(java.lang.String iri,
JsonSchemaFactory schemaFactory,
SchemaValidatorsConfig config) |
|
protected JsonSchema |
JsonSchemaFactory.loadSchema(SchemaLocation schemaUri,
SchemaValidatorsConfig config) |
Loads the schema.
|
protected JsonSchema |
JsonSchemaFactory.newJsonSchema(SchemaLocation schemaUri,
com.fasterxml.jackson.databind.JsonNode schemaNode,
SchemaValidatorsConfig config) |
Creates a json schema from initial input.
|
private void |
JsonSchemaFactory.preload(JsonSchema jsonSchema,
SchemaValidatorsConfig config) |
Preloads the json schema if the configuration option is set.
|
JsonSchema |
JsonSchema.withConfig(SchemaValidatorsConfig config) |
|