Package com.alibaba.fastjson2.function
Class FieldSupplierFunction<T>
- java.lang.Object
-
- com.alibaba.fastjson2.function.FieldSupplierFunction<T>
-
-
Field Summary
Fields Modifier and Type Field Description intfieldIndexFieldSupplier<T>supplier
-
Constructor Summary
Constructors Constructor Description FieldSupplierFunction(FieldSupplier<T> supplier, int fieldIndex)
-
-
-
Field Detail
-
supplier
public final FieldSupplier<T> supplier
-
fieldIndex
public final int fieldIndex
-
-
Constructor Detail
-
FieldSupplierFunction
public FieldSupplierFunction(FieldSupplier<T> supplier, int fieldIndex)
-
-