Class KotlinLambdaToFunctionAutoConfiguration.KotlinFunctionWrapper
java.lang.Object
org.springframework.cloud.function.context.config.KotlinLambdaToFunctionAutoConfiguration.KotlinFunctionWrapper
- All Implemented Interfaces:
Consumer<Object>, Function<Object,Object>, Supplier<Object>, kotlin.Function<Object>, kotlin.jvm.functions.Function0<Object>, kotlin.jvm.functions.Function1<Object, Object>, kotlin.jvm.functions.Function2<Object, Object, Object>, kotlin.jvm.functions.Function3<Object, Object, Object, Object>, kotlin.jvm.functions.Function4<Object, Object, Object, Object, Object>
- Enclosing class:
KotlinLambdaToFunctionAutoConfiguration
public static final class KotlinLambdaToFunctionAutoConfiguration.KotlinFunctionWrapper
extends Object
implements Function<Object,Object>, Supplier<Object>, Consumer<Object>, kotlin.jvm.functions.Function0<Object>, kotlin.jvm.functions.Function1<Object,Object>, kotlin.jvm.functions.Function2<Object,Object,Object>, kotlin.jvm.functions.Function3<Object,Object,Object,Object>, kotlin.jvm.functions.Function4<Object,Object,Object,Object,Object>
- Since:
- 2.0
- Author:
- Oleg Zhurakousky, Adrien Poupard, Dmitriy Tsypov
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidget()Class<?> invoke()voidsetBeanFactory(org.springframework.beans.factory.BeanFactory beanFactory) void
-
Constructor Details
-
KotlinFunctionWrapper
-
-
Method Details
-
getKotlinLambdaTarget
-
apply
-
invoke
-
invoke
-
invoke
-
invoke
-
invoke
-
accept
-
get
-
getFunctionRegistration
-
getObjectType
-
setName
-
setBeanFactory
public void setBeanFactory(org.springframework.beans.factory.BeanFactory beanFactory) throws org.springframework.beans.BeansException - Throws:
org.springframework.beans.BeansException
-