com.fasterxml.jackson.core

Class StreamWriteConstraints.Builder

    • Method Detail

      • maxNestingDepth

        public StreamWriteConstraints.Builder maxNestingDepth(int maxNestingDepth)
        Sets the maximum nesting depth. The depth is a count of objects and arrays that have not been closed, `{` and `[` respectively.
        Parameters:
        maxNestingDepth - the maximum depth
        Returns:
        this builder
        Throws:
        IllegalArgumentException - if the maxNestingDepth is set to a negative value

Copyright © 2008–2023 FasterXML. All rights reserved.