Class StreamWriteConstraints

java.lang.Object
com.fasterxml.jackson.core.StreamWriteConstraints
All Implemented Interfaces:
Serializable

public class StreamWriteConstraints extends Object implements Serializable
The constraints to use for streaming writes: used to guard against problematic output by preventing processing of "too big" output constructs (values, structures). Constraints are registered with TokenStreamFactory (such as JsonFactory); if nothing explicitly specified, default constraints are used.

Currently constrained aspects, with default settings, are:

Since:
2.16
See Also: