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 |
isEnableDefaultPropertySources()
Whether to load the default set of property sources.
|
default boolean |
isEnvironmentPropertySource() |
getClassLoader, getEagerInitAnnotated, isAllowEmptyProviders, isEagerInitConfiguration, isEagerInitSingletons
default Optional<Boolean> getDeduceEnvironments()
default List<String> getDefaultEnvironments()
default boolean isEnableDefaultPropertySources()
true
if the default set of property sources should be loaded.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()