Uses of Interface
com.alibaba.fastjson2.function.FieldConsumer
Packages that use FieldConsumer
-
Uses of FieldConsumer in com.alibaba.fastjson2.function
Fields in com.alibaba.fastjson2.function declared as FieldConsumerConstructors in com.alibaba.fastjson2.function with parameters of type FieldConsumer -
Uses of FieldConsumer in com.alibaba.fastjson2.reader
Methods in com.alibaba.fastjson2.reader with parameters of type FieldConsumerModifier and TypeMethodDescription<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)