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