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 JsonMetaSchema
JsonMetaSchema.Builder. build()
abstract JsonMetaSchema
JsonSchemaVersion. getInstance()
JsonMetaSchema
Version201909. getInstance()
JsonMetaSchema
Version202012. getInstance()
JsonMetaSchema
Version4. getInstance()
JsonMetaSchema
Version6. getInstance()
JsonMetaSchema
Version7. getInstance()
JsonMetaSchema
JsonSchemaFactory. getMetaSchema(String id, SchemaValidatorsConfig config)
JsonMetaSchema
ValidationContext. getMetaSchema()
static JsonMetaSchema
JsonMetaSchema. getV201909()
static JsonMetaSchema
JsonMetaSchema. getV202012()
static JsonMetaSchema
JsonMetaSchema. getV4()
static JsonMetaSchema
JsonMetaSchema. getV6()
static JsonMetaSchema
JsonMetaSchema. getV7()
protected JsonMetaSchema
JsonSchemaFactory. loadMetaSchema(String id, SchemaValidatorsConfig config)
Methods in com.networknt.schema with parameters of type JsonMetaSchema Modifier and Type Method Description JsonSchemaFactory.Builder
JsonSchemaFactory.Builder. addMetaSchema(JsonMetaSchema jsonMetaSchema)
static JsonMetaSchema.Builder
JsonMetaSchema. 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.Builder
JsonSchemaFactory.Builder. addMetaSchemas(Collection<? extends JsonMetaSchema> jsonMetaSchemas)
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)
-