Uses of Class
com.networknt.schema.JsonMetaSchema
-
Packages that use JsonMetaSchema Package Description com.networknt.schema com.networknt.schema.oas -
-
Uses of JsonMetaSchema in com.networknt.schema
Methods in com.networknt.schema that return JsonMetaSchema Modifier and Type Method Description JsonMetaSchemaJsonMetaSchema.Builder. build()JsonMetaSchemaJsonSchemaVersion. getInstance()Gets the meta-schema.JsonMetaSchemaVersion201909. getInstance()JsonMetaSchemaVersion202012. getInstance()JsonMetaSchemaVersion4. getInstance()JsonMetaSchemaVersion6. getInstance()JsonMetaSchemaVersion7. getInstance()JsonMetaSchemaDefaultJsonMetaSchemaFactory. getMetaSchema(String iri, JsonSchemaFactory schemaFactory, SchemaValidatorsConfig config)JsonMetaSchemaDisallowUnknownJsonMetaSchemaFactory. getMetaSchema(String iri, JsonSchemaFactory schemaFactory, SchemaValidatorsConfig config)JsonMetaSchemaJsonMetaSchemaFactory. getMetaSchema(String iri, JsonSchemaFactory schemaFactory, SchemaValidatorsConfig config)Gets the meta-schema given the IRI.JsonMetaSchemaJsonSchemaFactory. getMetaSchema(String iri, SchemaValidatorsConfig config)Gets the meta-schema that is available to the factory.JsonMetaSchemaValidationContext. 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 JsonMetaSchema Modifier and Type Method Description JsonSchemaFactory.BuilderJsonSchemaFactory.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.BuilderJsonSchemaFactory.Builder. metaSchema(JsonMetaSchema jsonMetaSchema)Method parameters in com.networknt.schema with type arguments of type JsonMetaSchema Modifier and Type Method Description JsonSchemaFactory.BuilderJsonSchemaFactory.Builder. addMetaSchemas(Collection<? extends JsonMetaSchema> jsonMetaSchemas)Deprecated.JsonSchemaFactory.BuilderJsonSchemaFactory.Builder. metaSchemas(Collection<? extends JsonMetaSchema> jsonMetaSchemas)JsonSchemaFactory.BuilderJsonSchemaFactory.Builder. metaSchemas(Consumer<Map<String,JsonMetaSchema>> customizer)Constructors in com.networknt.schema with parameters of type JsonMetaSchema Constructor Description ValidationContext(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 JsonMetaSchema Modifier and Type Method Description static JsonMetaSchemaOpenApi30. getInstance()static JsonMetaSchemaOpenApi31. getInstance()
-