Uses of Class
com.fasterxml.jackson.core.StreamReadConstraints
Packages that use StreamReadConstraints
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.Base classes used by concrete Parser and Generator implementations;
contain functionality that is not specific to JSON or input
abstraction (byte vs char).
Internal implementation classes for efficient handling of
of symbols in JSON (field names in Objects)
Utility classes used by Jackson Core functionality.
-
Uses of StreamReadConstraints in com.fasterxml.jackson.core
Fields in com.fasterxml.jackson.core declared as StreamReadConstraintsModifier and TypeFieldDescriptionprotected StreamReadConstraintsJsonFactory._streamReadConstraintsRead constraints to use forJsonParsers constructed using this factory.protected StreamReadConstraintsTSFBuilder._streamReadConstraintsStreamReadConstraintsto use.private static StreamReadConstraintsStreamReadConstraints.DEFAULTMethods in com.fasterxml.jackson.core that return StreamReadConstraintsModifier and TypeMethodDescriptionStreamReadConstraints.Builder.build()static StreamReadConstraintsStreamReadConstraints.defaults()JsonFactory.streamReadConstraints()JsonParser.streamReadConstraints()Get the constraints to apply when performing streaming reads.abstract StreamReadConstraintsTokenStreamFactory.streamReadConstraints()Get the constraints to apply when performing streaming reads.Methods in com.fasterxml.jackson.core with parameters of type StreamReadConstraintsModifier and TypeMethodDescriptionstatic voidStreamReadConstraints.overrideDefaultStreamReadConstraints(StreamReadConstraints streamReadConstraints) Override the default StreamReadConstraints.JsonFactory.setStreamReadConstraints(StreamReadConstraints src) Method for overridingStreamReadConstraintsdefined for this factory.TSFBuilder.streamReadConstraints(StreamReadConstraints streamReadConstraints) Sets the constraints for streaming reads.Constructors in com.fasterxml.jackson.core with parameters of type StreamReadConstraints -
Uses of StreamReadConstraints in com.fasterxml.jackson.core.base
Fields in com.fasterxml.jackson.core.base declared as StreamReadConstraintsModifier and TypeFieldDescriptionprotected final StreamReadConstraintsParserMinimalBase._streamReadConstraintsMethods in com.fasterxml.jackson.core.base that return StreamReadConstraintsConstructors in com.fasterxml.jackson.core.base with parameters of type StreamReadConstraintsModifierConstructorDescriptionprotectedParserMinimalBase(int features, StreamReadConstraints src) protected -
Uses of StreamReadConstraints in com.fasterxml.jackson.core.io
Fields in com.fasterxml.jackson.core.io declared as StreamReadConstraintsModifier and TypeFieldDescriptionprotected final StreamReadConstraintsIOContext._streamReadConstraintsMethods in com.fasterxml.jackson.core.io that return StreamReadConstraintsConstructors in com.fasterxml.jackson.core.io with parameters of type StreamReadConstraintsModifierConstructorDescriptionIOContext(StreamReadConstraints src, StreamWriteConstraints swc, ErrorReportConfiguration erc, BufferRecycler br, ContentReference contentRef, boolean managedResource) Main constructor to use.IOContext(StreamReadConstraints src, BufferRecycler br, ContentReference contentRef, boolean managedResource) Deprecated.Since 2.16. -
Uses of StreamReadConstraints in com.fasterxml.jackson.core.sym
Fields in com.fasterxml.jackson.core.sym declared as StreamReadConstraintsModifier and TypeFieldDescriptionprotected final StreamReadConstraintsCharsToNameCanonicalizer._streamReadConstraintsConstraints used byTokenStreamFactorythat uses this canonicalizer.Constructors in com.fasterxml.jackson.core.sym with parameters of type StreamReadConstraintsModifierConstructorDescriptionprivateCharsToNameCanonicalizer(StreamReadConstraints src, int factoryFeatures, int seed) Main method for constructing a root symbol table instance.privateCharsToNameCanonicalizer(CharsToNameCanonicalizer parent, StreamReadConstraints src, int factoryFeatures, int seed, CharsToNameCanonicalizer.TableInfo parentState) Internal constructor used when creating child instances. -
Uses of StreamReadConstraints in com.fasterxml.jackson.core.util
Fields in com.fasterxml.jackson.core.util declared as StreamReadConstraintsModifier and TypeFieldDescriptionprivate final StreamReadConstraintsReadConstrainedTextBuffer._streamReadConstraintsMethods in com.fasterxml.jackson.core.util that return StreamReadConstraintsConstructors in com.fasterxml.jackson.core.util with parameters of type StreamReadConstraintsModifierConstructorDescriptionReadConstrainedTextBuffer(StreamReadConstraints streamReadConstraints, BufferRecycler bufferRecycler)