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()
static JsonMetaSchema
JsonMetaSchema. getDraftV4()
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)
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)
-