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
Subclasses with type arguments of type StreamWriteCapability in tools.jackson.coreModifier and TypeClassDescriptionenumSet of on/off capabilities that aJsonGeneratorfor given format (or in case of buffering, original format) has.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).Methods in tools.jackson.core with parameters of type StreamWriteCapabilityModifier and TypeMethodDescriptionabstract booleanJsonGenerator.has(StreamWriteCapability capability) Accessor for checking whether this generator has specified capability. -
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).Methods in tools.jackson.core.base with parameters of type StreamWriteCapability -
Uses of StreamWriteCapability in tools.jackson.core.json
Methods in tools.jackson.core.json that return types with arguments of type StreamWriteCapabilityMethods in tools.jackson.core.json with parameters of type StreamWriteCapabilityModifier and TypeMethodDescriptionbooleanJsonGeneratorBase.has(StreamWriteCapability capability) -
Uses of StreamWriteCapability in tools.jackson.core.util
Methods in tools.jackson.core.util that return types with arguments of type StreamWriteCapabilityMethods in tools.jackson.core.util with parameters of type StreamWriteCapabilityModifier and TypeMethodDescriptionbooleanJsonGeneratorDelegate.has(StreamWriteCapability capability)