Uses of Interface
org.leadpony.justify.api.ProblemPrinterBuilder
-
Packages that use ProblemPrinterBuilder Package Description org.leadpony.justify.api Provides the API for validating JSON documents. -
-
Uses of ProblemPrinterBuilder in org.leadpony.justify.api
Methods in org.leadpony.justify.api that return ProblemPrinterBuilder Modifier and Type Method Description ProblemPrinterBuilderJsonValidationService. createProblemPrinterBuilder(Consumer<String> lineConsumer)Creates a builder instance which can be used to build a customized problem printer.ProblemPrinterBuilderProblemPrinterBuilder. withLocale(Locale locale)Specifies the target locale for which the messages to present will be localized.ProblemPrinterBuilderProblemPrinterBuilder. withLocation(boolean present)Specifies whether problem locations should be presented in the form of line and column numbers or not.ProblemPrinterBuilderProblemPrinterBuilder. withPointer(boolean present)Specifies whether problem locations should be presented in the form of a JSON pointer or not.
-