Uses of Class
com.alibaba.fastjson2.stream.StreamReader.ColumnStat
Packages that use StreamReader.ColumnStat
-
Uses of StreamReader.ColumnStat in com.alibaba.fastjson2.stream
Fields in com.alibaba.fastjson2.stream with type parameters of type StreamReader.ColumnStatModifier and TypeFieldDescriptionprotected List<StreamReader.ColumnStat>StreamReader.columnStatsprotected Map<String,StreamReader.ColumnStat> StreamReader.columnStatsMapMethods in com.alibaba.fastjson2.stream that return StreamReader.ColumnStatMethods in com.alibaba.fastjson2.stream with parameters of type StreamReader.ColumnStatModifier and TypeMethodDescriptionprotected static voidJSONStreamReader.stat(StreamReader.ColumnStat stat, Object value) -
Uses of StreamReader.ColumnStat in com.alibaba.fastjson2.support.csv
Methods in com.alibaba.fastjson2.support.csv that return StreamReader.ColumnStatModifier and TypeMethodDescriptionCSVReader.getColumnStat(int i) CSVReader.getColumnStat(String name) Methods in com.alibaba.fastjson2.support.csv that return types with arguments of type StreamReader.ColumnStat