See: Description
Interface | Description |
---|---|
AutoConfigurationImportFilter |
Filter that can be registered in
spring.factories to limit the
auto-configuration classes considered. |
AutoConfigurationImportListener |
Listener that can be registered with
spring.factories to receive details of
imported auto-configurations. |
AutoConfigurationMetadata |
Provides access to meta-data written by the auto-configure annotation processor.
|
Class | Description |
---|---|
AbstractDependsOnBeanFactoryPostProcessor |
Abstract base class for a
BeanFactoryPostProcessor that can be used to
dynamically declare that all beans of a specific type should depend on one or more
specific beans. |
AutoConfigurationExcludeFilter |
A
TypeFilter implementation that matches registered auto-configuration classes. |
AutoConfigurationImportEvent |
Event fired when auto-configuration classes are imported.
|
AutoConfigurationImportSelector |
DeferredImportSelector to handle auto-configuration . |
AutoConfigurationPackages |
Class for storing auto-configuration packages for reference later (e.g.
|
AutoConfigurations |
Configurations representing auto-configuration @Configuration classes. |
BackgroundPreinitializer |
ApplicationListener to trigger early initialization in a background thread of
time consuming tasks. |
Annotation Type | Description |
---|---|
AutoConfigurationPackage |
Indicates that the package containing the annotated class should be registered with
AutoConfigurationPackages . |
AutoConfigureAfter |
Hint for that an
auto-configuration should be applied
after other specified auto-configuration classes. |
AutoConfigureBefore |
Hint for that an
auto-configuration should be applied
before other specified auto-configuration classes. |
AutoConfigureOrder |
Auto-configuration specific variant of Spring Framework's
Order annotation. |
EnableAutoConfiguration |
Enable auto-configuration of the Spring Application Context, attempting to guess and
configure beans that you are likely to need.
|
ImportAutoConfiguration |
Import and apply the specified auto-configuration classes.
|
SpringBootApplication |
Indicates a
configuration class that declares one or more
@Bean methods and also triggers auto-configuration and component scanning . |
EnableAutoConfiguration
Copyright © 2019 Pivotal Software, Inc.. All rights reserved.