Uses of Interface
com.alibaba.fastjson2.reader.CharArrayValueConsumer
-
Packages that use CharArrayValueConsumer Package Description com.alibaba.fastjson2.reader com.alibaba.fastjson2.support.csv -
-
Uses of CharArrayValueConsumer in com.alibaba.fastjson2.reader
Methods in com.alibaba.fastjson2.reader that return types with arguments of type CharArrayValueConsumer Modifier and Type Method Description Function<Consumer,CharArrayValueConsumer>ObjectReaderCreator. createCharArrayValueConsumerCreator(Class objectClass, FieldReader[] fieldReaderArray)Function<Consumer,CharArrayValueConsumer>ObjectReaderCreatorASM. createCharArrayValueConsumerCreator(Class objectClass, FieldReader[] fieldReaderArray)Function<Consumer,CharArrayValueConsumer>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 CharArrayValueConsumer Modifier and Type Method Description static <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)
-