Uses of Enum Class
tools.jackson.core.StreamReadCapability
Packages that use StreamReadCapability
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).
JSON-specific parser and generator implementation classes that
Jackson defines and uses.
Utility classes used by Jackson Core functionality.
-
Uses of StreamReadCapability in tools.jackson.core
Fields in tools.jackson.core with type parameters of type StreamReadCapabilityModifier and TypeFieldDescriptionprotected static final JacksonFeatureSet<StreamReadCapability>JsonParser.DEFAULT_READ_CAPABILITIESSet of defaultStreamReadCapabilityies enabled: usable as basis for format-specific instances or placeholder if non-null instance needed.Methods in tools.jackson.core that return StreamReadCapabilityModifier and TypeMethodDescriptionstatic StreamReadCapabilityReturns the enum constant of this class with the specified name.static StreamReadCapability[]StreamReadCapability.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in tools.jackson.core that return types with arguments of type StreamReadCapabilityModifier and TypeMethodDescriptionabstract JacksonFeatureSet<StreamReadCapability>JsonParser.streamReadCapabilities()Accessor for getting metadata on capabilities of this parser, based on underlying data format being read (directly or indirectly). -
Uses of StreamReadCapability in tools.jackson.core.base
Methods in tools.jackson.core.base that return types with arguments of type StreamReadCapability -
Uses of StreamReadCapability in tools.jackson.core.json
Methods in tools.jackson.core.json that return types with arguments of type StreamReadCapability -
Uses of StreamReadCapability in tools.jackson.core.util
Methods in tools.jackson.core.util that return types with arguments of type StreamReadCapability