Uses of Enum
com.fasterxml.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.-
Uses of StreamWriteFeature in com.fasterxml.jackson.core
Subclasses with type arguments of type StreamWriteFeature in com.fasterxml.jackson.coreModifier and TypeClassDescriptionenumToken writer (generator) features not-specific to any particular format backend.Methods in com.fasterxml.jackson.core that return StreamWriteFeatureModifier and TypeMethodDescriptionstatic StreamWriteFeatureReturns the enum constant of this type with the specified name.static StreamWriteFeature[]StreamWriteFeature.values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in com.fasterxml.jackson.core with parameters of type StreamWriteFeatureModifier and TypeMethodDescriptionTSFBuilder.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) final booleanJsonFactory.isEnabled(StreamWriteFeature f) Check whether specified stream write feature is enabled.booleanJsonGenerator.isEnabled(StreamWriteFeature f) Method for checking whether given feature is enabled.abstract booleanTokenStreamFactory.isEnabled(StreamWriteFeature f)