Uses of Interface
com.alibaba.fastjson2.reader.ByteArrayValueConsumer
Packages that use ByteArrayValueConsumer
-
Uses of ByteArrayValueConsumer in com.alibaba.fastjson2.reader
Methods in com.alibaba.fastjson2.reader that return types with arguments of type ByteArrayValueConsumerModifier and TypeMethodDescriptionObjectReaderCreator.createByteArrayValueConsumerCreator(Class objectClass, FieldReader[] fieldReaderArray) ObjectReaderCreatorASM.createByteArrayValueConsumerCreator(Class objectClass, FieldReader[] fieldReaderArray) 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 ByteArrayValueConsumerModifier and TypeMethodDescriptionstatic <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)