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 Details

    • FunctionTypeProcessor

      public FunctionTypeProcessor()
  • Method Details

    • processAheadOfTime

      public org.springframework.beans.factory.aot.BeanFactoryInitializationAotContribution processAheadOfTime(org.springframework.beans.factory.config.ConfigurableListableBeanFactory beanFactory)
      Specified by:
      processAheadOfTime in interface org.springframework.beans.factory.aot.BeanFactoryInitializationAotProcessor