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 StreamWriteConstraints
JsonFactory._streamWriteConstraints
Write constraints to use forJsonGenerator
s constructed using this factory.protected StreamWriteConstraints
TSFBuilder._streamWriteConstraints
StreamWriteConstraints
to use.Methods in com.fasterxml.jackson.core that return StreamWriteConstraintsModifier and TypeMethodDescriptionStreamWriteConstraints.Builder.build()
static StreamWriteConstraints
StreamWriteConstraints.defaults()
JsonFactory.streamWriteConstraints()
JsonGenerator.streamWriteConstraints()
Get the constraints to apply when performing streaming writes.abstract StreamWriteConstraints
TokenStreamFactory.streamWriteConstraints()
Get the constraints to apply when performing streaming writes.Methods in com.fasterxml.jackson.core with parameters of type StreamWriteConstraintsModifier and TypeMethodDescriptionstatic void
StreamWriteConstraints.overrideDefaultStreamWriteConstraints
(StreamWriteConstraints streamWriteConstraints) Override the default StreamWriteConstraints.JsonFactory.setStreamWriteConstraints
(StreamWriteConstraints swc) Method for overridingStreamWriteConstraints
defined 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 StreamWriteConstraints
IOContext._streamWriteConstraints
Methods 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 StreamWriteConstraints
JsonGeneratorImpl._streamWriteConstraints
Methods 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