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
-
Method Summary
Modifier and TypeMethodDescriptionvoid
configureModule
(ModuleBootstrapConfig moduleConfiguration) Change a specific module configuration.void
setBeanClassLoader
(ClassLoader classLoader) void
setBeanFactory
(org.springframework.beans.factory.BeanFactory beanFactory) Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
Methods 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:
setBeanFactory
in interfaceorg.springframework.beans.factory.BeanFactoryAware
- Throws:
org.springframework.beans.BeansException
-
setBeanClassLoader
- Specified by:
setBeanClassLoader
in interfaceorg.springframework.beans.factory.BeanClassLoaderAware
-
configureModule
Description copied from interface:AcrossBootstrapConfigurer
Change a specific module configuration. Will be called in order, once for every module present.- Specified by:
configureModule
in interfaceAcrossBootstrapConfigurer
- Parameters:
moduleConfiguration
- configuration for the module
-