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 JsonSchemaFactoryJsonSchemaFactory.Builder. build()static JsonSchemaFactoryJsonSchemaFactory. getInstance()JsonSchemaFactoryValidationContext. getJsonSchemaFactory()Methods in com.networknt.schema with parameters of type JsonSchemaFactory Modifier and Type Method Description static JsonSchemaFactory.BuilderJsonSchemaFactory. builder(JsonSchemaFactory blueprint)Constructors in com.networknt.schema with parameters of type JsonSchemaFactory Constructor Description ValidationContext(JsonMetaSchema metaSchema, JsonSchemaFactory jsonSchemaFactory)
-