Uses of Class
com.fasterxml.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 com.fasterxml.jackson.core
Methods in com.fasterxml.jackson.core that return ErrorReportConfiguration.BuilderModifier and TypeMethodDescriptionErrorReportConfiguration.builder()
ErrorReportConfiguration.Builder.maxErrorTokenLength
(int maxErrorTokenLength) ErrorReportConfiguration.Builder.maxRawContentLength
(int maxRawContentLength) ErrorReportConfiguration.rebuild()