Uses of Enum Class
tools.jackson.core.TokenStreamFactory.Feature
Packages that use TokenStreamFactory.Feature
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 TokenStreamFactory.Feature in tools.jackson.core
Methods in tools.jackson.core that return TokenStreamFactory.FeatureModifier and TypeMethodDescriptionstatic TokenStreamFactory.FeatureReturns the enum constant of this class with the specified name.static TokenStreamFactory.Feature[]TokenStreamFactory.Feature.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 TokenStreamFactory.FeatureModifier and TypeMethodDescriptionTSFBuilder.configure(TokenStreamFactory.Feature f, boolean state) TSFBuilder.disable(TokenStreamFactory.Feature f) TSFBuilder.enable(TokenStreamFactory.Feature f) final booleanTokenStreamFactory.isEnabled(TokenStreamFactory.Feature f) Checked whether specified parser feature is enabled.