Uses of Class
com.networknt.schema.JsonMetaSchema
Packages that use JsonMetaSchema
-
Uses of JsonMetaSchema in com.networknt.schema
Fields in com.networknt.schema declared as JsonMetaSchemaModifier and TypeFieldDescriptionprivate static final JsonMetaSchema
Version201909.Holder.INSTANCE
private static final JsonMetaSchema
Version202012.Holder.INSTANCE
private static final JsonMetaSchema
Version4.Holder.INSTANCE
private static final JsonMetaSchema
Version6.Holder.INSTANCE
private static final JsonMetaSchema
Version7.Holder.INSTANCE
private final JsonMetaSchema
ValidationContext.metaSchema
Fields in com.networknt.schema with type parameters of type JsonMetaSchemaModifier and TypeFieldDescriptionprivate final ConcurrentMap
<String, JsonMetaSchema> JsonSchemaFactory.Builder.metaSchemas
private final ConcurrentMap
<String, JsonMetaSchema> JsonSchemaFactory.metaSchemas
Methods in com.networknt.schema that return JsonMetaSchemaModifier and TypeMethodDescriptionJsonMetaSchema.Builder.build()
JsonSchemaVersion.getInstance()
Gets the meta-schema.Version201909.getInstance()
Version202012.getInstance()
Version4.getInstance()
Version6.getInstance()
Version7.getInstance()
DefaultJsonMetaSchemaFactory.getMetaSchema
(String iri, JsonSchemaFactory schemaFactory, SchemaValidatorsConfig config) DisallowUnknownJsonMetaSchemaFactory.getMetaSchema
(String iri, JsonSchemaFactory schemaFactory, SchemaValidatorsConfig config) JsonMetaSchemaFactory.getMetaSchema
(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) JsonSchemaFactory.getMetaSchema
(String iri, SchemaValidatorsConfig config) Gets the meta-schema that is available to the factory.ValidationContext.getMetaSchema()
private JsonMetaSchema
JsonSchemaFactory.getMetaSchemaOrDefault
(com.fasterxml.jackson.databind.JsonNode schemaNode, SchemaValidatorsConfig config) static JsonMetaSchema
JsonMetaSchema.getV201909()
static JsonMetaSchema
JsonMetaSchema.getV202012()
static JsonMetaSchema
JsonMetaSchema.getV4()
static JsonMetaSchema
JsonMetaSchema.getV6()
static JsonMetaSchema
JsonMetaSchema.getV7()
protected JsonMetaSchema
DefaultJsonMetaSchemaFactory.loadMetaSchema
(String iri, JsonSchemaFactory schemaFactory, SchemaValidatorsConfig config) protected JsonMetaSchema
JsonSchemaFactory.loadMetaSchema
(String iri, SchemaValidatorsConfig config) Loads the meta-schema from the configured meta-schema factory.Methods in com.networknt.schema with parameters of type JsonMetaSchemaModifier and TypeMethodDescriptionJsonSchemaFactory.Builder.addMetaSchema
(JsonMetaSchema jsonMetaSchema) Deprecated.static JsonMetaSchema.Builder
JsonMetaSchema.builder
(JsonMetaSchema blueprint) Create a builder.static JsonMetaSchema.Builder
JsonMetaSchema.builder
(String iri, JsonMetaSchema blueprint) Create a builder.JsonSchemaFactory.Builder.metaSchema
(JsonMetaSchema jsonMetaSchema) Method parameters in com.networknt.schema with type arguments of type JsonMetaSchemaModifier and TypeMethodDescriptionJsonSchemaFactory.Builder.addMetaSchemas
(Collection<? extends JsonMetaSchema> jsonMetaSchemas) Deprecated.JsonSchemaFactory.Builder.metaSchemas
(Collection<? extends JsonMetaSchema> jsonMetaSchemas) JsonSchemaFactory.Builder.metaSchemas
(Consumer<Map<String, JsonMetaSchema>> customizer) Constructors in com.networknt.schema with parameters of type JsonMetaSchemaModifierConstructorDescriptionValidationContext
(JsonMetaSchema metaSchema, JsonSchemaFactory jsonSchemaFactory, SchemaValidatorsConfig config) ValidationContext
(JsonMetaSchema metaSchema, JsonSchemaFactory jsonSchemaFactory, SchemaValidatorsConfig config, ConcurrentMap<String, JsonSchema> schemaReferences, ConcurrentMap<String, JsonSchema> schemaResources, ConcurrentMap<String, JsonSchema> dynamicAnchors) Constructor parameters in com.networknt.schema with type arguments of type JsonMetaSchemaModifierConstructorDescriptionprivate
JsonSchemaFactory
(com.fasterxml.jackson.databind.ObjectMapper jsonMapper, com.fasterxml.jackson.databind.ObjectMapper yamlMapper, JsonNodeReader jsonNodeReader, String defaultMetaSchemaIri, SchemaLoaders.Builder schemaLoadersBuilder, SchemaMappers.Builder schemaMappersBuilder, ConcurrentMap<String, JsonMetaSchema> metaSchemas, boolean enableSchemaCache, JsonMetaSchemaFactory metaSchemaFactory) -
Uses of JsonMetaSchema in com.networknt.schema.oas
Fields in com.networknt.schema.oas declared as JsonMetaSchemaModifier and TypeFieldDescriptionprivate static final JsonMetaSchema
OpenApi30.Holder.INSTANCE
private static final JsonMetaSchema
OpenApi31.Holder.INSTANCE
Methods in com.networknt.schema.oas that return JsonMetaSchemaModifier and TypeMethodDescriptionstatic JsonMetaSchema
OpenApi30.getInstance()
static JsonMetaSchema
OpenApi31.getInstance()