Class ExtendModuleAutoConfiguration

java.lang.Object
com.foreach.across.boot.ExtendModuleAutoConfiguration
All Implemented Interfaces:
AcrossBootstrapConfigurer, org.springframework.beans.factory.Aware, org.springframework.beans.factory.BeanClassLoaderAware, org.springframework.beans.factory.BeanFactoryAware

@Configuration public class ExtendModuleAutoConfiguration extends Object implements AcrossBootstrapConfigurer, org.springframework.beans.factory.BeanClassLoaderAware, org.springframework.beans.factory.BeanFactoryAware
Registers extensions determined by auto-configuration classes that have been requested.
Since:
3.0.0
Author:
Arne Vandamme
See Also:
  • Constructor Details

    • ExtendModuleAutoConfiguration

      public ExtendModuleAutoConfiguration()
  • Method Details

    • setBeanFactory

      public void setBeanFactory(org.springframework.beans.factory.BeanFactory beanFactory) throws org.springframework.beans.BeansException
      Specified by:
      setBeanFactory in interface org.springframework.beans.factory.BeanFactoryAware
      Throws:
      org.springframework.beans.BeansException
    • setBeanClassLoader

      public void setBeanClassLoader(ClassLoader classLoader)
      Specified by:
      setBeanClassLoader in interface org.springframework.beans.factory.BeanClassLoaderAware
    • configureModule

      public void configureModule(ModuleBootstrapConfig moduleConfiguration)
      Description copied from interface: AcrossBootstrapConfigurer
      Change a specific module configuration. Will be called in order, once for every module present.
      Specified by:
      configureModule in interface AcrossBootstrapConfigurer
      Parameters:
      moduleConfiguration - configuration for the module