Class ErrorReportConfiguration.Builder

java.lang.Object
tools.jackson.core.ErrorReportConfiguration.Builder
Enclosing class:
ErrorReportConfiguration

public static final class ErrorReportConfiguration.Builder extends Object
Since:
2.16
  • Field Details

    • maxErrorTokenLength

      private int maxErrorTokenLength
    • maxRawContentLength

      private int maxRawContentLength
  • Constructor Details

    • Builder

      Builder()
    • Builder

      Builder(int maxErrorTokenLength, int maxRawContentLength)
    • Builder

  • Method Details