Uses of Class
com.networknt.schema.JsonSchemaFactory
-
Packages that use JsonSchemaFactory Package Description com.networknt.schema -
-
Uses of JsonSchemaFactory in com.networknt.schema
Methods in com.networknt.schema that return JsonSchemaFactory Modifier and Type Method Description JsonSchemaFactory
JsonSchemaFactory.Builder. build()
static JsonSchemaFactory
JsonSchemaFactory. getInstance()
JsonSchemaFactory
ValidationContext. getJsonSchemaFactory()
Methods in com.networknt.schema with parameters of type JsonSchemaFactory Modifier and Type Method Description static JsonSchemaFactory.Builder
JsonSchemaFactory. builder(JsonSchemaFactory blueprint)
Constructors in com.networknt.schema with parameters of type JsonSchemaFactory Constructor Description ValidationContext(JsonMetaSchema metaSchema, JsonSchemaFactory jsonSchemaFactory)
-