Uses of Interface
tools.jackson.core.FormatFeature
Packages that use FormatFeature
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.JSON-specific parser and generator implementation classes that
Jackson defines and uses.
-
Uses of FormatFeature in tools.jackson.core
Methods in tools.jackson.core that return types with arguments of type FormatFeatureModifier and TypeMethodDescriptionClass<? extends FormatFeature>TokenStreamFactory.getFormatReadFeatureType()Method for accessing kind ofFormatFeaturethat a parserJsonParserproduced by this factory would accept, if any;nullreturned if none.Class<? extends FormatFeature>TokenStreamFactory.getFormatWriteFeatureType()Method for accessing kind ofFormatFeaturethat a parserJsonGeneratorproduced by this factory would accept, if any;nullreturned if none. -
Uses of FormatFeature in tools.jackson.core.json
Classes in tools.jackson.core.json that implement FormatFeatureModifier and TypeClassDescriptionenumToken reader (parser) features specific to JSON backend.enumToken writer features specific to JSON backend.Methods in tools.jackson.core.json that return types with arguments of type FormatFeatureModifier and TypeMethodDescriptionClass<? extends FormatFeature>JsonFactory.getFormatReadFeatureType()Class<? extends FormatFeature>JsonFactory.getFormatWriteFeatureType()