Uses of Enum Class
tools.jackson.core.StreamWriteCapability
Packages that use StreamWriteCapability
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 StreamWriteCapability in tools.jackson.core
Methods in tools.jackson.core that return StreamWriteCapabilityModifier and TypeMethodDescriptionstatic StreamWriteCapabilityReturns the enum constant of this class with the specified name.static StreamWriteCapability[]StreamWriteCapability.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 StreamWriteCapabilityModifier and TypeMethodDescriptionabstract JacksonFeatureSet<StreamWriteCapability>JsonGenerator.streamWriteCapabilities()Accessor for getting metadata on capabilities of this generator, based on underlying data format being read (directly or indirectly). -
Uses of StreamWriteCapability in tools.jackson.core.base
Fields in tools.jackson.core.base with type parameters of type StreamWriteCapabilityModifier and TypeFieldDescriptionprotected static final JacksonFeatureSet<StreamWriteCapability>GeneratorBase.DEFAULT_BINARY_WRITE_CAPABILITIESDefault set ofStreamWriteCapabilityies for typical binary formats, to use either as-is, or as a base with possible differences.protected static final JacksonFeatureSet<StreamWriteCapability>GeneratorBase.DEFAULT_TEXTUAL_WRITE_CAPABILITIESDefault set ofStreamWriteCapabilityies for typical textual formats, to use either as-is, or as a base with possible differences.protected static final JacksonFeatureSet<StreamWriteCapability>GeneratorBase.DEFAULT_WRITE_CAPABILITIESDefault set ofStreamWriteCapabilityies that may be used as basis for format-specific readers (or as bogus instance if non-null set needs to be passed). -
Uses of StreamWriteCapability in tools.jackson.core.json
Methods in tools.jackson.core.json that return types with arguments of type StreamWriteCapability -
Uses of StreamWriteCapability in tools.jackson.core.util
Methods in tools.jackson.core.util that return types with arguments of type StreamWriteCapability