Uses of Enum
com.alibaba.fastjson2.support.csv.CSVParser.Feature
Packages that use CSVParser.Feature
-
Uses of CSVParser.Feature in com.alibaba.fastjson2.support.csv
Methods in com.alibaba.fastjson2.support.csv that return CSVParser.FeatureModifier and TypeMethodDescriptionstatic CSVParser.FeatureReturns the enum constant of this type with the specified name.static CSVParser.Feature[]CSVParser.Feature.values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in com.alibaba.fastjson2.support.csv with parameters of type CSVParser.FeatureModifier and TypeMethodDescriptionstatic intCSVParser.rowCount(byte[] bytes, CSVParser.Feature... features) static intCSVParser.rowCount(char[] chars, CSVParser.Feature... features) static intCSVParser.rowCount(String str, CSVParser.Feature... features)