Uses of Enum Class
com.fasterxml.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.
Basic data binding (mapping) functionality that
allows for reading JSON content into Java Objects (POJOs)
and JSON Trees (
JsonNode), as well as
writing Java Objects and trees as JSON.Contains concrete
JsonNode implementations
Jackson uses for the Tree model.Utility classes for Mapper package.
-
Uses of StreamReadCapability in com.fasterxml.jackson.core
Fields in com.fasterxml.jackson.core with type parameters of type StreamReadCapabilityModifier and TypeFieldDescriptionprotected static final JacksonFeatureSet<StreamReadCapability>JsonParser.DEFAULT_READ_CAPABILITIESDefault set ofStreamReadCapabilityies that may be used as basis for format-specific readers (or as bogus instance if non-null set needs to be passed).Methods in com.fasterxml.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 com.fasterxml.jackson.core that return types with arguments of type StreamReadCapabilityModifier and TypeMethodDescriptionJsonParser.getReadCapabilities()Accessor for getting metadata on capabilities of this parser, based on underlying data format being read (directly or indirectly). -
Uses of StreamReadCapability in com.fasterxml.jackson.core.base
Fields in com.fasterxml.jackson.core.base with type parameters of type StreamReadCapabilityModifier and TypeFieldDescriptionprotected static final JacksonFeatureSet<StreamReadCapability>ParserBase.JSON_READ_CAPABILITIES -
Uses of StreamReadCapability in com.fasterxml.jackson.core.json
Methods in com.fasterxml.jackson.core.json that return types with arguments of type StreamReadCapability -
Uses of StreamReadCapability in com.fasterxml.jackson.core.util
Methods in com.fasterxml.jackson.core.util that return types with arguments of type StreamReadCapability -
Uses of StreamReadCapability in com.fasterxml.jackson.databind
Fields in com.fasterxml.jackson.databind with type parameters of type StreamReadCapabilityModifier and TypeFieldDescriptionprotected final JacksonFeatureSet<StreamReadCapability>DeserializationContext._readCapabilitiesCapabilities of the input format.Methods in com.fasterxml.jackson.databind with parameters of type StreamReadCapabilityModifier and TypeMethodDescriptionfinal booleanDeserializationContext.isEnabled(StreamReadCapability cap) Accessor for checking whether input format has specified capability or not. -
Uses of StreamReadCapability in com.fasterxml.jackson.databind.node
Methods in com.fasterxml.jackson.databind.node that return types with arguments of type StreamReadCapability -
Uses of StreamReadCapability in com.fasterxml.jackson.databind.util
Methods in com.fasterxml.jackson.databind.util that return types with arguments of type StreamReadCapability