public interface ApplicationContextConfiguration extends BeanContextConfiguration
| Modifier and Type | Method and Description | 
|---|---|
| default ConversionService<?> | getConversionService()The default conversion service to use. | 
| default Optional<Boolean> | getDeduceEnvironments() | 
| List<String> | getEnvironments() | 
| default List<String> | getEnvironmentVariableExcludes() | 
| default List<String> | getEnvironmentVariableIncludes() | 
| default ClassPathResourceLoader | getResourceLoader()The class path resource loader to use. | 
| default boolean | isEnvironmentPropertySource() | 
getClassLoaderdefault Optional<Boolean> getDeduceEnvironments()
default boolean isEnvironmentPropertySource()
@Nullable default List<String> getEnvironmentVariableIncludes()
@Nullable default List<String> getEnvironmentVariableExcludes()
@Nonnull default ConversionService<?> getConversionService()
@Nonnull default ClassPathResourceLoader getResourceLoader()