Class ErrorReportConfiguration.Builder

java.lang.Object
com.fasterxml.jackson.core.ErrorReportConfiguration.Builder
Enclosing class:
ErrorReportConfiguration

public static final class ErrorReportConfiguration.Builder extends Object
  • Method Details

    • 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:
      IllegalArgumentException - if maxErrorTokenLength is 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()