public interface ApplicationContextConfiguration extends BeanContextConfiguration
| Modifier and Type | Method and Description | 
|---|---|
| default ConversionService<?> | getConversionService()The default conversion service to use. | 
| default Optional<Boolean> | getDeduceEnvironments() | 
| default List<String> | getDefaultEnvironments() | 
| List<String> | getEnvironments() | 
| default List<String> | getEnvironmentVariableExcludes() | 
| default List<String> | getEnvironmentVariableIncludes() | 
| default List<String> | getOverrideConfigLocations()The config locations. | 
| default ClassPathResourceLoader | getResourceLoader()The class path resource loader to use. | 
| default boolean | isBannerEnabled()The banner is enabled by default. | 
| default Boolean | isBootstrapEnvironmentEnabled() | 
| default boolean | isEnvironmentPropertySource() | 
getClassLoader, getEagerInitAnnotated, isAllowEmptyProviders, isEagerInitConfiguration, isEagerInitSingletonsdefault Optional<Boolean> getDeduceEnvironments()
default List<String> getDefaultEnvironments()
default boolean isEnvironmentPropertySource()
@Nullable default List<String> getEnvironmentVariableIncludes()
@Nullable default List<String> getEnvironmentVariableExcludes()
@NonNull default ConversionService<?> getConversionService()
@NonNull default ClassPathResourceLoader getResourceLoader()
@Nullable default List<String> getOverrideConfigLocations()
default boolean isBannerEnabled()