Uses of Class
com.networknt.schema.JsonMetaSchema
-
Packages that use JsonMetaSchema Package Description com.networknt.schema -
-
Uses of JsonMetaSchema in com.networknt.schema
Methods in com.networknt.schema that return JsonMetaSchema Modifier and Type Method Description JsonMetaSchemaJsonMetaSchema.Builder. build()protected JsonMetaSchemaValidationContext. getMetaSchema()static JsonMetaSchemaJsonMetaSchema. getV201909()static JsonMetaSchemaJsonMetaSchema. getV4()static JsonMetaSchemaJsonMetaSchema. getV6()static JsonMetaSchemaJsonMetaSchema. getV7()Methods in com.networknt.schema with parameters of type JsonMetaSchema Modifier and Type Method Description JsonSchemaFactory.BuilderJsonSchemaFactory.Builder. addMetaSchema(JsonMetaSchema jsonMetaSchema)static JsonMetaSchema.BuilderJsonMetaSchema. builder(String uri, JsonMetaSchema blueprint)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)Constructors in com.networknt.schema with parameters of type JsonMetaSchema Constructor Description ValidationContext(URIFactory uriFactory, URNFactory urnFactory, JsonMetaSchema metaSchema, JsonSchemaFactory jsonSchemaFactory, SchemaValidatorsConfig config)
-