Uses of Class
tools.jackson.core.ErrorReportConfiguration.Builder
Packages that use ErrorReportConfiguration.Builder
Package
Description
Main public API classes of the core streaming JSON
processor: most importantly
JsonFactory
used for constructing
JSON parser (JsonParser)
and generator
(JsonGenerator)
instances.-
Uses of ErrorReportConfiguration.Builder in tools.jackson.core
Methods in tools.jackson.core that return ErrorReportConfiguration.BuilderModifier and TypeMethodDescriptionErrorReportConfiguration.builder()ErrorReportConfiguration.Builder.maxErrorTokenLength(int maxErrorTokenLength) ErrorReportConfiguration.Builder.maxRawContentLength(int maxRawContentLength) ErrorReportConfiguration.rebuild()