Package com.fasterxml.jackson.core
Class ErrorReportConfiguration.Builder
- java.lang.Object
 - 
- com.fasterxml.jackson.core.ErrorReportConfiguration.Builder
 
 
- 
- Enclosing class:
 - ErrorReportConfiguration
 
public static final class ErrorReportConfiguration.Builder extends java.lang.Object 
- 
- 
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description ErrorReportConfigurationbuild()ErrorReportConfiguration.BuildermaxErrorTokenLength(int maxErrorTokenLength)ErrorReportConfiguration.BuildermaxRawContentLength(int maxRawContentLength) 
 - 
 
- 
- 
Method Detail
- 
maxErrorTokenLength
public ErrorReportConfiguration.Builder maxErrorTokenLength(int maxErrorTokenLength)
- Parameters:
 maxErrorTokenLength- Maximum error token length setting to use- Returns:
 - This factory instance (to allow call chaining)
 - Throws:
 java.lang.IllegalArgumentException- ifmaxErrorTokenLengthis less than 0
 
- 
maxRawContentLength
public ErrorReportConfiguration.Builder maxRawContentLength(int maxRawContentLength)
- Parameters:
 maxRawContentLength- Maximum raw content setting to use- Returns:
 - This builder instance (to allow call chaining)
 - See Also:
 ErrorReportConfiguration._maxRawContentLength
 
- 
build
public ErrorReportConfiguration build()
 
 - 
 
 -