Class FunctionTypeProcessor
java.lang.Object
org.springframework.cloud.function.context.FunctionTypeProcessor
- All Implemented Interfaces:
org.springframework.beans.factory.aot.BeanFactoryInitializationAotProcessor
public class FunctionTypeProcessor
extends Object
implements org.springframework.beans.factory.aot.BeanFactoryInitializationAotProcessor
Ensure that Function/Consumer input types are reflectively available.
- Author:
- Oleg Zhurakousky
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionorg.springframework.beans.factory.aot.BeanFactoryInitializationAotContributionprocessAheadOfTime(org.springframework.beans.factory.config.ConfigurableListableBeanFactory beanFactory)
-
Constructor Details
-
FunctionTypeProcessor
public FunctionTypeProcessor()
-
-
Method Details
-
processAheadOfTime
public org.springframework.beans.factory.aot.BeanFactoryInitializationAotContribution processAheadOfTime(org.springframework.beans.factory.config.ConfigurableListableBeanFactory beanFactory) - Specified by:
processAheadOfTimein interfaceorg.springframework.beans.factory.aot.BeanFactoryInitializationAotProcessor
-