Uses of Interface
com.fasterxml.jackson.core.FormatFeature
-
Packages that use FormatFeature Package Description com.fasterxml.jackson.core Main public API classes of the core streaming JSON processor: most importantlyJsonFactoryused for constructing JSON parser (JsonParser) and generator (JsonGenerator) instances.com.fasterxml.jackson.core.json JSON-specific parser and generator implementation classes that Jackson defines and uses. -
-
Uses of FormatFeature in com.fasterxml.jackson.core
Methods in com.fasterxml.jackson.core that return types with arguments of type FormatFeature Modifier and Type Method Description java.lang.Class<? extends FormatFeature>JsonFactory. getFormatReadFeatureType()abstract java.lang.Class<? extends FormatFeature>TokenStreamFactory. getFormatReadFeatureType()Method for accessing kind ofFormatFeaturethat a parserJsonParserproduced by this factory would accept, if any;nullreturned if none.java.lang.Class<? extends FormatFeature>JsonFactory. getFormatWriteFeatureType()abstract java.lang.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 com.fasterxml.jackson.core.json
Classes in com.fasterxml.jackson.core.json that implement FormatFeature Modifier and Type Class Description classJsonReadFeatureToken reader (parser) features specific to JSON backend.classJsonWriteFeatureToken writer features specific to JSON backend.
-