Package com.foreach.across.config
Class ExposedBeansBootstrapConfigurer
java.lang.Object
com.foreach.across.config.ExposedBeansBootstrapConfigurer
- All Implemented Interfaces:
 AcrossBootstrapConfigurer
public final class ExposedBeansBootstrapConfigurer
extends Object
implements AcrossBootstrapConfigurer
Simple 
AcrossBootstrapConfigurer that can be used to expose additional classes from modules.- Since:
 - 3.0.0
 - Author:
 - Arne Vandamme
 
- 
Field Summary
Fields inherited from interface com.foreach.across.core.context.bootstrap.AcrossBootstrapConfigurer
CONTEXT_INFRASTRUCTURE_MODULE, CONTEXT_POSTPROCESSOR_MODULE - 
Constructor Summary
ConstructorsConstructorDescriptionExposedBeansBootstrapConfigurer(@NonNull Collection<Class<?>> types) ExposedBeansBootstrapConfigurer(Class<?>[] types)  - 
Method Summary
Modifier and TypeMethodDescriptionvoidconfigureModule(ModuleBootstrapConfig moduleConfiguration) Change a specific module configuration.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
- 
ExposedBeansBootstrapConfigurer
 - 
ExposedBeansBootstrapConfigurer
 
 - 
 - 
Method Details
- 
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
 
 -