Uses of Enum Class
com.fasterxml.jackson.dataformat.csv.CsvParser.Feature
Packages that use CsvParser.Feature
-
Uses of CsvParser.Feature in com.fasterxml.jackson.dataformat.csv
Methods in com.fasterxml.jackson.dataformat.csv that return CsvParser.FeatureModifier and TypeMethodDescriptionstatic CsvParser.Feature
Returns the enum constant of this class with the specified name.static CsvParser.Feature[]
CsvParser.Feature.values()
Returns an array containing the constants of this enum class, in the order they are declared.Methods in com.fasterxml.jackson.dataformat.csv with parameters of type CsvParser.FeatureModifier and TypeMethodDescriptionfinal CsvFactory
CsvFactory.configure
(CsvParser.Feature f, boolean state) Method for enabling or disabling specified parser feature (checkCsvParser.Feature
for list of features)CsvMapper.configure
(CsvParser.Feature f, boolean state) com.fasterxml.jackson.core.JsonParser
CsvParser.configure
(CsvParser.Feature f, boolean state) Method for enabling or disabling specified CSV feature (checkCsvParser.Feature
for list of features)CsvFactory.disable
(CsvParser.Feature f) Method for disabling specified parser features (checkCsvParser.Feature
for list of features)CsvMapper.disable
(CsvParser.Feature f) com.fasterxml.jackson.core.JsonParser
CsvParser.disable
(CsvParser.Feature f) Method for disabling specified CSV feature (checkCsvParser.Feature
for list of features)CsvFactory.enable
(CsvParser.Feature f) Method for enabling specified parser feature (checkCsvParser.Feature
for list of features)CsvMapper.enable
(CsvParser.Feature f) com.fasterxml.jackson.core.JsonParser
CsvParser.enable
(CsvParser.Feature f) Method for enabling specified CSV feature (checkCsvParser.Feature
for list of features)final boolean
CsvFactory.isEnabled
(CsvParser.Feature f) Checked whether specified parser feature is enabled.boolean
CsvParser.isEnabled
(CsvParser.Feature f) Method for checking whether specified CSVCsvParser.Feature
is enabled.