Uses of Class
com.networknt.schema.JsonMetaSchema
Packages that use JsonMetaSchema
-
Uses of JsonMetaSchema in com.networknt.schema
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.JsonSchemaFactory.getMetaSchema(String iri, SchemaValidatorsConfig config) Gets the meta-schema that is available to the factory.ValidationContext.getMetaSchema()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) -
Uses of JsonMetaSchema in com.networknt.schema.oas
Methods in com.networknt.schema.oas that return JsonMetaSchemaModifier and TypeMethodDescriptionstatic JsonMetaSchemaOpenApi30.getInstance()static JsonMetaSchemaOpenApi31.getInstance()