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 importantlyJsonFactoryused 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.BuilderErrorReportConfiguration. builder()ErrorReportConfiguration.BuilderErrorReportConfiguration.Builder. maxErrorTokenLength(int maxErrorTokenLength)ErrorReportConfiguration.BuilderErrorReportConfiguration.Builder. maxRawContentLength(int maxRawContentLength)ErrorReportConfiguration.BuilderErrorReportConfiguration. rebuild()
-