Uses of Interface
com.alibaba.fastjson2.function.FieldConsumer
-
Packages that use FieldConsumer Package Description com.alibaba.fastjson2.function com.alibaba.fastjson2.reader -
-
Uses of FieldConsumer in com.alibaba.fastjson2.function
Fields in com.alibaba.fastjson2.function declared as FieldConsumer Modifier and Type Field Description FieldConsumer<T>FieldBiConsumer. consumerConstructors in com.alibaba.fastjson2.function with parameters of type FieldConsumer Constructor Description FieldBiConsumer(int fieldIndex, FieldConsumer<T> consumer) -
Uses of FieldConsumer in com.alibaba.fastjson2.reader
Methods in com.alibaba.fastjson2.reader with parameters of type FieldConsumer Modifier and Type Method Description <T> ObjectReader<T>ObjectReaderProvider. createObjectReader(String[] names, Type[] types, long[] features, Supplier<T> supplier, FieldConsumer<T> c)<T> ObjectReader<T>ObjectReaderProvider. createObjectReader(String[] names, Type[] types, Supplier<T> supplier, FieldConsumer<T> c)
-