Uses of Interface
com.alibaba.fastjson2.reader.CharArrayValueConsumer
Packages that use CharArrayValueConsumer
-
Uses of CharArrayValueConsumer in com.alibaba.fastjson2.reader
Methods in com.alibaba.fastjson2.reader that return types with arguments of type CharArrayValueConsumerModifier and TypeMethodDescriptionObjectReaderCreator.createCharArrayValueConsumerCreator(Class objectClass, FieldReader[] fieldReaderArray) ObjectReaderCreatorASM.createCharArrayValueConsumerCreator(Class objectClass, FieldReader[] fieldReaderArray) ObjectReaderProvider.createCharArrayValueConsumerCreator(Class objectClass, FieldReader[] fieldReaderArray) -
Uses of CharArrayValueConsumer in com.alibaba.fastjson2.support.csv
Methods in com.alibaba.fastjson2.support.csv with parameters of type CharArrayValueConsumerModifier and TypeMethodDescriptionstatic <T> CSVReader<T>CSVReader.of(char[] chars, int off, int len, CharArrayValueConsumer consumer) static CSVReaderCSVReader.of(File file, CharArrayValueConsumer consumer) static CSVReaderCSVReader.of(File file, Charset charset, CharArrayValueConsumer consumer)