Package com.foreach.across.config
package com.foreach.across.config
-
ClassDescriptionAnnotation that merges
EnableAcrossContext
together with Spring Boot configuration classes for web applications.Utility loader for retrieving data from META-INF/across.configuration file.Creates an AcrossContext bean and will apply all AcrossContextConfigurer instances before bootstrapping.Interface to implement when delegate configuration of an AcrossContext.Custom configuration that modifies the Across context bootstrapper in case of a web application.Configuration that automatically adds aAcrossDynamicModulesConfigurer
that uses the importing class as a base for the dynamic modules.AcrossContextConfigurer
bean that will add dynamic modules to anAcrossContext
.ServletContextInitializer
that ensures that theAcrossContext
is bootstrapped before theServletContext
is fully initialized.Supports Spring Boot configuration of anAcrossContext
, ensures bootstrap of theAcrossContext
is done before the web server starts.Configures dynamic application modules for anAcrossApplication
.Using this annotation on aConfiguration
class will automatically create anAcrossContext
using the settings from this annotation.SimpleAcrossBootstrapConfigurer
that can be used to expose additional classes from modules.Validation class that checks wrong use of @Configuration classes, either in a module or on the application configuration level.