Uses of Enum Class
tools.jackson.dataformat.csv.CsvReadFeature
Packages that use CsvReadFeature
-
Uses of CsvReadFeature in tools.jackson.dataformat.csv
Methods in tools.jackson.dataformat.csv that return CsvReadFeatureModifier and TypeMethodDescriptionstatic CsvReadFeatureReturns the enum constant of this class with the specified name.static CsvReadFeature[]CsvReadFeature.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in tools.jackson.dataformat.csv that return types with arguments of type CsvReadFeatureMethods in tools.jackson.dataformat.csv with parameters of type CsvReadFeatureModifier and TypeMethodDescriptionCsvFactoryBuilder.configure(CsvReadFeature f, boolean state) CsvMapper.Builder.configure(CsvReadFeature feature, boolean state) CsvFactoryBuilder.disable(CsvReadFeature f) CsvFactoryBuilder.disable(CsvReadFeature first, CsvReadFeature... other) CsvMapper.Builder.disable(CsvReadFeature... features) CsvFactoryBuilder.enable(CsvReadFeature f) CsvFactoryBuilder.enable(CsvReadFeature first, CsvReadFeature... other) CsvMapper.Builder.enable(CsvReadFeature... features) final booleanCsvFactory.isEnabled(CsvReadFeature f) Checked whether specified parser feature is enabled.booleanCsvMapper.isEnabled(CsvReadFeature f) booleanCsvParser.isEnabled(CsvReadFeature f) Method for checking whether specified CSVCsvReadFeatureis enabled.