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
ConstructorDescriptionExposedBeansBootstrapConfigurer
(@NonNull Collection<Class<?>> types) ExposedBeansBootstrapConfigurer
(Class<?>[] types) -
Method Summary
Modifier and TypeMethodDescriptionvoid
configureModule
(ModuleBootstrapConfig moduleConfiguration) Change a specific module configuration.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
-
ExposedBeansBootstrapConfigurer
-
ExposedBeansBootstrapConfigurer
-
-
Method Details
-
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
-