Uses of Class
com.fasterxml.jackson.core.ErrorReportConfiguration.Builder
-
Packages that use ErrorReportConfiguration.Builder Package Description com.fasterxml.jackson.core Main public API classes of the core streaming JSON processor: most importantlyJsonFactory
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.Builder Modifier and Type Method Description static ErrorReportConfiguration.Builder
ErrorReportConfiguration. builder()
ErrorReportConfiguration.Builder
ErrorReportConfiguration.Builder. maxErrorTokenLength(int maxErrorTokenLength)
ErrorReportConfiguration.Builder
ErrorReportConfiguration.Builder. maxRawContentLength(int maxRawContentLength)
ErrorReportConfiguration.Builder
ErrorReportConfiguration. rebuild()
-