Uses of Interface
org.leadpony.justify.api.JsonSchemaBuilderFactory
-
Packages that use JsonSchemaBuilderFactory Package Description org.leadpony.justify.api Provides the API for validating JSON documents. -
-
Uses of JsonSchemaBuilderFactory in org.leadpony.justify.api
Methods in org.leadpony.justify.api that return JsonSchemaBuilderFactory Modifier and Type Method Description JsonSchemaBuilderFactoryJsonValidationService. createSchemaBuilderFactory()Creates a factory for creating JSON schema builders.
-