Uses of Class
com.fasterxml.jackson.core.StreamReadConstraints.Builder
-
Packages that use StreamReadConstraints.Builder Package Description com.fasterxml.jackson.core Main public API classes of the core streaming JSON processor: most importantlyJsonFactoryused for constructing JSON parser (JsonParser) and generator (JsonGenerator) instances. -
-
Uses of StreamReadConstraints.Builder in com.fasterxml.jackson.core
Methods in com.fasterxml.jackson.core that return StreamReadConstraints.Builder Modifier and Type Method Description static StreamReadConstraints.BuilderStreamReadConstraints. builder()StreamReadConstraints.BuilderStreamReadConstraints.Builder. maxNestingDepth(int maxNestingDepth)Sets the maximum nesting depth.StreamReadConstraints.BuilderStreamReadConstraints.Builder. maxNumberLength(int maxNumLen)Sets the maximum number length (in chars or bytes, depending on input context).StreamReadConstraints.BuilderStreamReadConstraints.Builder. maxStringLength(int maxStringLen)Sets the maximum string length (in chars or bytes, depending on input context).StreamReadConstraints.BuilderStreamReadConstraints. rebuild()
-