public static final class ErrorReportConfiguration.Builder extends Object
| Modifier and Type | Method and Description |
|---|---|
ErrorReportConfiguration |
build() |
ErrorReportConfiguration.Builder |
maxErrorTokenLength(int maxErrorTokenLength) |
ErrorReportConfiguration.Builder |
maxRawContentLength(int maxRawContentLength) |
public ErrorReportConfiguration.Builder maxErrorTokenLength(int maxErrorTokenLength)
maxErrorTokenLength - Maximum error token length setting to useIllegalArgumentException - if maxErrorTokenLength is less than 0public ErrorReportConfiguration.Builder maxRawContentLength(int maxRawContentLength)
maxRawContentLength - Maximum raw content setting to useErrorReportConfiguration._maxRawContentLengthpublic ErrorReportConfiguration build()
Copyright © 2008–2024 FasterXML. All rights reserved.