Uses of Class
com.fasterxml.jackson.core.StreamWriteConstraints
Packages that use StreamWriteConstraints
Package
Description
Main public API classes of the core streaming JSON
processor: most importantly
JsonFactory
used for constructing
JSON parser (JsonParser)
and generator
(JsonGenerator)
instances.JSON-specific parser and generator implementation classes that
Jackson defines and uses.
Utility classes used by Jackson Core functionality.
-
Uses of StreamWriteConstraints in com.fasterxml.jackson.core
Fields in com.fasterxml.jackson.core declared as StreamWriteConstraintsModifier and TypeFieldDescriptionprotected StreamWriteConstraintsJsonFactory._streamWriteConstraintsWrite constraints to use forJsonGenerators constructed using this factory.protected StreamWriteConstraintsTSFBuilder._streamWriteConstraintsStreamWriteConstraintsto use.Methods in com.fasterxml.jackson.core that return StreamWriteConstraintsModifier and TypeMethodDescriptionStreamWriteConstraints.Builder.build()static StreamWriteConstraintsStreamWriteConstraints.defaults()JsonFactory.streamWriteConstraints()JsonGenerator.streamWriteConstraints()Get the constraints to apply when performing streaming writes.abstract StreamWriteConstraintsTokenStreamFactory.streamWriteConstraints()Get the constraints to apply when performing streaming writes.Methods in com.fasterxml.jackson.core with parameters of type StreamWriteConstraintsModifier and TypeMethodDescriptionstatic voidStreamWriteConstraints.overrideDefaultStreamWriteConstraints(StreamWriteConstraints streamWriteConstraints) Override the default StreamWriteConstraints.JsonFactory.setStreamWriteConstraints(StreamWriteConstraints swc) Method for overridingStreamWriteConstraintsdefined for this factory.TSFBuilder.streamWriteConstraints(StreamWriteConstraints streamWriteConstraints) Sets the constraints for streaming writes. -
Uses of StreamWriteConstraints in com.fasterxml.jackson.core.io
Fields in com.fasterxml.jackson.core.io declared as StreamWriteConstraintsModifier and TypeFieldDescriptionprotected final StreamWriteConstraintsIOContext._streamWriteConstraintsMethods in com.fasterxml.jackson.core.io that return StreamWriteConstraintsConstructors in com.fasterxml.jackson.core.io with parameters of type StreamWriteConstraintsModifierConstructorDescriptionIOContext(StreamReadConstraints src, StreamWriteConstraints swc, ErrorReportConfiguration erc, BufferRecycler br, ContentReference contentRef, boolean managedResource) Main constructor to use. -
Uses of StreamWriteConstraints in com.fasterxml.jackson.core.json
Fields in com.fasterxml.jackson.core.json declared as StreamWriteConstraintsModifier and TypeFieldDescriptionprotected final StreamWriteConstraintsJsonGeneratorImpl._streamWriteConstraintsMethods in com.fasterxml.jackson.core.json that return StreamWriteConstraints -
Uses of StreamWriteConstraints in com.fasterxml.jackson.core.util
Methods in com.fasterxml.jackson.core.util that return StreamWriteConstraints