Package com.foreach.across.boot
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:
-
Field Summary
Fields inherited from interface com.foreach.across.core.context.bootstrap.AcrossBootstrapConfigurer
CONTEXT_INFRASTRUCTURE_MODULE, CONTEXT_POSTPROCESSOR_MODULE -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidconfigureModule(ModuleBootstrapConfig moduleConfiguration) Change a specific module configuration.voidsetBeanClassLoader(ClassLoader classLoader) voidsetBeanFactory(org.springframework.beans.factory.BeanFactory beanFactory) Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface com.foreach.across.core.context.bootstrap.AcrossBootstrapConfigurer
configureContext
-
Constructor Details
-
ExtendModuleAutoConfiguration
public ExtendModuleAutoConfiguration()
-
-
Method Details
-
setBeanFactory
public void setBeanFactory(org.springframework.beans.factory.BeanFactory beanFactory) throws org.springframework.beans.BeansException - Specified by:
setBeanFactoryin interfaceorg.springframework.beans.factory.BeanFactoryAware- Throws:
org.springframework.beans.BeansException
-
setBeanClassLoader
- Specified by:
setBeanClassLoaderin interfaceorg.springframework.beans.factory.BeanClassLoaderAware
-
configureModule
Description copied from interface:AcrossBootstrapConfigurerChange a specific module configuration. Will be called in order, once for every module present.- Specified by:
configureModulein interfaceAcrossBootstrapConfigurer- Parameters:
moduleConfiguration- configuration for the module
-