Uses of Interface
org.leadpony.justify.api.JsonSchemaReaderFactory
-
Packages that use JsonSchemaReaderFactory Package Description org.leadpony.justify.api Provides the API for validating JSON documents. -
-
Uses of JsonSchemaReaderFactory in org.leadpony.justify.api
Subinterfaces of JsonSchemaReaderFactory in org.leadpony.justify.api Modifier and Type Interface Description interfaceJsonValidationServiceThe facade interface for creating JSON validation objects.Methods in org.leadpony.justify.api that return JsonSchemaReaderFactory Modifier and Type Method Description JsonSchemaReaderFactoryJsonSchemaReaderFactoryBuilder. build()Builds a new instance ofJsonSchemaReaderFactory.JsonSchemaReaderFactoryJsonValidationService. createSchemaReaderFactory()Creates a factory for creating JSON schema readers with default configuration.
-