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()abstract JsonMetaSchemaJsonSchemaVersion. getInstance()JsonMetaSchemaVersion201909. getInstance()JsonMetaSchemaVersion202012. getInstance()JsonMetaSchemaVersion4. getInstance()JsonMetaSchemaVersion6. getInstance()JsonMetaSchemaVersion7. getInstance()JsonMetaSchemaValidationContext. getMetaSchema()static JsonMetaSchemaJsonMetaSchema. getV201909()static JsonMetaSchemaJsonMetaSchema. getV202012()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)static Set<String>Annotations. getDefaultAnnotationAllowList(JsonMetaSchema metaSchema)Gets the default annotation allow list.static Predicate<String>Annotations. getDefaultAnnotationAllowListPredicate(JsonMetaSchema metaSchema)Gets the default annotation allow list predicate.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)ValidationContext(URIFactory uriFactory, URNFactory urnFactory, JsonMetaSchema metaSchema, JsonSchemaFactory jsonSchemaFactory, SchemaValidatorsConfig config, ConcurrentMap<String,JsonSchema> schemaReferences, ConcurrentMap<String,JsonSchema> schemaResources)
-