Uses of Enum Class
tools.jackson.core.StreamWriteFeature
Packages that use StreamWriteFeature
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).
Utility classes used by Jackson Core functionality.
-
Uses of StreamWriteFeature in tools.jackson.core
Methods in tools.jackson.core that return StreamWriteFeatureModifier and TypeMethodDescriptionstatic StreamWriteFeatureReturns the enum constant of this class with the specified name.static StreamWriteFeature[]StreamWriteFeature.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in tools.jackson.core with parameters of type StreamWriteFeatureModifier and TypeMethodDescriptionabstract JsonGeneratorJsonGenerator.configure(StreamWriteFeature f, boolean state) Method for enabling or disabling specified feature: checkStreamWriteFeaturefor list of available features.TSFBuilder.configure(StreamWriteFeature f, boolean state) TSFBuilder.disable(StreamWriteFeature f) TSFBuilder.disable(StreamWriteFeature first, StreamWriteFeature... other) TSFBuilder.enable(StreamWriteFeature f) TSFBuilder.enable(StreamWriteFeature first, StreamWriteFeature... other) abstract booleanJsonGenerator.isEnabled(StreamWriteFeature f) Method for checking whether given feature is enabled.final booleanTokenStreamFactory.isEnabled(StreamWriteFeature f) Checked whether specified parser feature is enabled. -
Uses of StreamWriteFeature in tools.jackson.core.base
Methods in tools.jackson.core.base with parameters of type StreamWriteFeatureModifier and TypeMethodDescriptionfinal JsonGeneratorGeneratorBase.configure(StreamWriteFeature f, boolean state) final booleanGeneratorBase.isEnabled(StreamWriteFeature f) -
Uses of StreamWriteFeature in tools.jackson.core.util
Methods in tools.jackson.core.util with parameters of type StreamWriteFeatureModifier and TypeMethodDescriptionJsonGeneratorDelegate.configure(StreamWriteFeature f, boolean state) booleanJsonGeneratorDelegate.isEnabled(StreamWriteFeature f)