Uses of Class
com.fasterxml.jackson.core.StreamReadConstraints
-
Packages that use StreamReadConstraints 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.com.fasterxml.jackson.core.base Base classes used by concrete Parser and Generator implementations; contain functionality that is not specific to JSON or input abstraction (byte vs char).com.fasterxml.jackson.core.io com.fasterxml.jackson.core.util Utility classes used by Jackson Core functionality.com.fasterxml.jackson.databind.deser Contains implementation classes of deserialization part of data binding.com.fasterxml.jackson.databind.util Utility classes for Mapper package. -
-
Uses of StreamReadConstraints in com.fasterxml.jackson.core
Fields in com.fasterxml.jackson.core declared as StreamReadConstraints Modifier and Type Field Description protected StreamReadConstraintsJsonFactory. _streamReadConstraintsRead constraints to use forJsonParsers constructed using this factory.protected StreamReadConstraintsTSFBuilder. _streamReadConstraintsOptional StreamReadConfig.Methods in com.fasterxml.jackson.core that return StreamReadConstraints Modifier and Type Method Description StreamReadConstraintsStreamReadConstraints.Builder. build()static StreamReadConstraintsStreamReadConstraints. defaults()StreamReadConstraintsJsonFactory. streamReadConstraints()StreamReadConstraintsJsonParser. 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 StreamReadConstraints Modifier and Type Method Description static voidStreamReadConstraints. overrideDefaultStreamReadConstraints(StreamReadConstraints streamReadConstraints)Override the default StreamReadConstraints.JsonFactoryJsonFactory. setStreamReadConstraints(StreamReadConstraints src)Method for overridingStreamReadConstraintsdefined for this factory.BTSFBuilder. streamReadConstraints(StreamReadConstraints streamReadConstraints)Sets the constraints for streaming reads. -
Uses of StreamReadConstraints in com.fasterxml.jackson.core.base
Fields in com.fasterxml.jackson.core.base declared as StreamReadConstraints Modifier and Type Field Description protected StreamReadConstraintsParserBase. _streamReadConstraintsMethods in com.fasterxml.jackson.core.base that return StreamReadConstraints Modifier and Type Method Description StreamReadConstraintsParserBase. streamReadConstraints() -
Uses of StreamReadConstraints in com.fasterxml.jackson.core.io
Fields in com.fasterxml.jackson.core.io declared as StreamReadConstraints Modifier and Type Field Description protected StreamReadConstraintsIOContext. _streamReadConstraintsMethods in com.fasterxml.jackson.core.io that return StreamReadConstraints Modifier and Type Method Description StreamReadConstraintsIOContext. streamReadConstraints()Constructors in com.fasterxml.jackson.core.io with parameters of type StreamReadConstraints Constructor Description IOContext(StreamReadConstraints src, BufferRecycler br, ContentReference contentRef, boolean managedResource)Main constructor to use. -
Uses of StreamReadConstraints in com.fasterxml.jackson.core.util
Methods in com.fasterxml.jackson.core.util that return StreamReadConstraints Modifier and Type Method Description StreamReadConstraintsJsonParserDelegate. streamReadConstraints()Constructors in com.fasterxml.jackson.core.util with parameters of type StreamReadConstraints Constructor Description ReadConstrainedTextBuffer(StreamReadConstraints streamReadConstraints, BufferRecycler bufferRecycler) -
Uses of StreamReadConstraints in com.fasterxml.jackson.databind.deser
Methods in com.fasterxml.jackson.databind.deser with parameters of type StreamReadConstraints Modifier and Type Method Description protected ObjectBeanDeserializerBase. handlePolymorphic(JsonParser p, DeserializationContext ctxt, StreamReadConstraints streamReadConstraints, Object bean, TokenBuffer unknownTokens)Method called in cases where we may have polymorphic deserialization case: that is, type of Creator-constructed bean is not the type of deserializer itself. -
Uses of StreamReadConstraints in com.fasterxml.jackson.databind.util
Fields in com.fasterxml.jackson.databind.util declared as StreamReadConstraints Modifier and Type Field Description protected StreamReadConstraintsTokenBuffer. _streamReadConstraintsprotected StreamReadConstraintsTokenBuffer.Parser. _streamReadConstraintsMethods in com.fasterxml.jackson.databind.util that return StreamReadConstraints Modifier and Type Method Description StreamReadConstraintsTokenBuffer.Parser. streamReadConstraints()Methods in com.fasterxml.jackson.databind.util with parameters of type StreamReadConstraints Modifier and Type Method Description JsonParserTokenBuffer. asParser(StreamReadConstraints streamReadConstraints)Constructors in com.fasterxml.jackson.databind.util with parameters of type StreamReadConstraints Constructor Description Parser(TokenBuffer.Segment firstSeg, ObjectCodec codec, boolean hasNativeTypeIds, boolean hasNativeObjectIds, JsonStreamContext parentContext, StreamReadConstraints streamReadConstraints)
-