Uses of Interface
org.leadpony.justify.api.ProblemHandlerFactory
-
Packages that use ProblemHandlerFactory Package Description org.leadpony.justify.api Provides the API for validating JSON documents. -
-
Uses of ProblemHandlerFactory in org.leadpony.justify.api
Methods in org.leadpony.justify.api with parameters of type ProblemHandlerFactory Modifier and Type Method Description JsonProviderJsonValidationService. createJsonProvider(JsonSchema schema, ProblemHandlerFactory handlerFactory)Creates a JSON provider for validating JSON documents while parsing and reading.JsonParserFactoryJsonValidationService. createParserFactory(Map<String,?> config, JsonSchema schema, ProblemHandlerFactory handlerFactory)Creates a parser factory for creatingJsonParserinstances.JsonReaderFactoryJsonValidationService. createReaderFactory(Map<String,?> config, JsonSchema schema, ProblemHandlerFactory handlerFactory)Creates a reader factory for creatingJsonReaderinstances.ValidationConfigValidationConfig. withProblemHandlerFactory(ProblemHandlerFactory handlerFactory)Specifies the factory of problem handlers.
-