Uses of Interface
com.alibaba.fastjson2.reader.ByteArrayValueConsumer
-
Packages that use ByteArrayValueConsumer Package Description com.alibaba.fastjson2.reader com.alibaba.fastjson2.support.csv -
-
Uses of ByteArrayValueConsumer in com.alibaba.fastjson2.reader
Methods in com.alibaba.fastjson2.reader that return types with arguments of type ByteArrayValueConsumer Modifier and Type Method Description Function<Consumer,ByteArrayValueConsumer>ObjectReaderCreator. createByteArrayValueConsumerCreator(Class objectClass, FieldReader[] fieldReaderArray)Function<Consumer,ByteArrayValueConsumer>ObjectReaderCreatorASM. createByteArrayValueConsumerCreator(Class objectClass, FieldReader[] fieldReaderArray)Function<Consumer,ByteArrayValueConsumer>ObjectReaderProvider. createValueConsumerCreator(Class objectClass, FieldReader[] fieldReaderArray) -
Uses of ByteArrayValueConsumer in com.alibaba.fastjson2.support.csv
Methods in com.alibaba.fastjson2.support.csv with parameters of type ByteArrayValueConsumer Modifier and Type Method Description static <T> CSVReader<T>CSVReader. of(byte[] utf8Bytes, int off, int len, Charset charset, ByteArrayValueConsumer consumer)static CSVReaderCSVReader. of(byte[] utf8Bytes, ByteArrayValueConsumer consumer)static CSVReaderCSVReader. of(File file, ByteArrayValueConsumer consumer)static CSVReaderCSVReader. of(File file, Charset charset, ByteArrayValueConsumer consumer)
-