Uses of Interface
com.alibaba.fastjson2.function.FieldSupplier
-
Packages that use FieldSupplier Package Description com.alibaba.fastjson2.function com.alibaba.fastjson2.writer -
-
Uses of FieldSupplier in com.alibaba.fastjson2.function
Fields in com.alibaba.fastjson2.function declared as FieldSupplier Modifier and Type Field Description FieldSupplier<T>FieldSupplierFunction. supplierConstructors in com.alibaba.fastjson2.function with parameters of type FieldSupplier Constructor Description FieldSupplierFunction(FieldSupplier<T> supplier, int fieldIndex) -
Uses of FieldSupplier in com.alibaba.fastjson2.writer
Methods in com.alibaba.fastjson2.writer with parameters of type FieldSupplier Modifier and Type Method Description <T> ObjectWriter<T>ObjectWriterCreator. createObjectWriter(String[] names, Type[] types, FieldSupplier<T> supplier)
-