Uses of Enum
com.alibaba.fastjson2.support.csv.CSVWriter.Feature
Packages that use CSVWriter.Feature
-
Uses of CSVWriter.Feature in com.alibaba.fastjson2.support.csv
Methods in com.alibaba.fastjson2.support.csv that return CSVWriter.FeatureModifier and TypeMethodDescriptionstatic CSVWriter.FeatureReturns the enum constant of this type with the specified name.static CSVWriter.Feature[]CSVWriter.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 CSVWriter.FeatureModifier and TypeMethodDescriptionstatic CSVWriterCSVWriter.of(OutputStream out, CSVWriter.Feature... features)