Package com.alibaba.fastjson2.support
Class LambdaMiscCodec
java.lang.Object
com.alibaba.fastjson2.support.LambdaMiscCodec
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic BiFunctioncreateBiFunction(Constructor constructor) static BiFunctioncreateBiFunction(Method method) static FunctioncreateFunction(Constructor constructor) static FunctioncreateFunction(Method method) static LongFunctioncreateLongFunction(Constructor constructor) static ObjIntConsumercreateObjIntConsumer(Method method) static SuppliercreateSupplier(Constructor constructor) static SuppliercreateSupplier(Method method) static ToIntFunctioncreateToIntFunction(Method method) static ToLongFunctioncreateToLongFunction(Method method) static ObjectReadergetObjectReader(Class objectClass) static ObjectWritergetObjectWriter(Type objectType, Class objectClass)
-
Constructor Details
-
LambdaMiscCodec
public LambdaMiscCodec()
-
-
Method Details
-
getObjectWriter
-
getObjectReader
-
createLongFunction
-
createToIntFunction
-
createToLongFunction
-
createFunction
-
createSupplier
-
createSupplier
-
createBiFunction
-
createBiFunction
-
createFunction
-
createObjIntConsumer
-