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 JsonMetaSchemaVersion201909.Holder.INSTANCEprivate static final JsonMetaSchemaVersion202012.Holder.INSTANCEprivate static final JsonMetaSchemaVersion4.Holder.INSTANCEprivate static final JsonMetaSchemaVersion6.Holder.INSTANCEprivate static final JsonMetaSchemaVersion7.Holder.INSTANCEprivate final JsonMetaSchemaValidationContext.metaSchemaFields in com.networknt.schema with type parameters of type JsonMetaSchemaModifier and TypeFieldDescriptionprivate final ConcurrentMap<String, JsonMetaSchema> JsonSchemaFactory.Builder.metaSchemasprivate final ConcurrentMap<String, JsonMetaSchema> JsonSchemaFactory.metaSchemasMethods 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 JsonMetaSchemaJsonSchemaFactory.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 JsonMetaSchemaJsonSchemaFactory.getMetaSchemaOrDefault(com.fasterxml.jackson.databind.JsonNode schemaNode, SchemaValidatorsConfig config) static JsonMetaSchemaJsonMetaSchema.getV201909()static JsonMetaSchemaJsonMetaSchema.getV202012()static JsonMetaSchemaJsonMetaSchema.getV4()static JsonMetaSchemaJsonMetaSchema.getV6()static JsonMetaSchemaJsonMetaSchema.getV7()protected JsonMetaSchemaDefaultJsonMetaSchemaFactory.loadMetaSchema(String iri, JsonSchemaFactory schemaFactory, SchemaValidatorsConfig config) protected JsonMetaSchemaJsonSchemaFactory.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.BuilderJsonMetaSchema.builder(JsonMetaSchema blueprint) Create a builder.static JsonMetaSchema.BuilderJsonMetaSchema.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 JsonMetaSchemaModifierConstructorDescriptionprivateJsonSchemaFactory(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 JsonMetaSchemaOpenApi30.Holder.INSTANCEprivate static final JsonMetaSchemaOpenApi31.Holder.INSTANCEMethods in com.networknt.schema.oas that return JsonMetaSchemaModifier and TypeMethodDescriptionstatic JsonMetaSchemaOpenApi30.getInstance()static JsonMetaSchemaOpenApi31.getInstance()