Package com.fasterxml.jackson.core
Class StreamWriteConstraints.Builder
java.lang.Object
com.fasterxml.jackson.core.StreamWriteConstraints.Builder
- Enclosing class:
- StreamWriteConstraints
-
Method Summary
Modifier and TypeMethodDescriptionbuild()
maxNestingDepth
(int maxNestingDepth) Sets the maximum nesting depth.
-
Method Details
-
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
-
build
-