Class AWSTypesProcessor

java.lang.Object
org.springframework.cloud.function.serverless.web.AWSTypesProcessor
All Implemented Interfaces:
org.springframework.beans.factory.aot.BeanFactoryInitializationAotProcessor

public class AWSTypesProcessor extends Object implements org.springframework.beans.factory.aot.BeanFactoryInitializationAotProcessor
Ensure that Function/Consumer input types are reflectively available.
Author:
Oleg Zhurakousky
  • Constructor Details

    • AWSTypesProcessor

      public AWSTypesProcessor()
  • 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