Package | Description |
---|---|
org.springframework.beans.factory.config |
SPI interfaces and configuration-related convenience classes for bean factories.
|
org.springframework.beans.factory.support |
Classes supporting the
org.springframework.beans.factory package. |
org.springframework.context |
This package builds on the beans package to add support for
message sources and for the Observer design pattern, and the
ability for application objects to obtain resources using a
consistent API.
|
org.springframework.context.annotation |
Annotation support for the Application Context, including JSR-250 "common"
annotations, component-scanning, and Java-based metadata for creating
Spring-managed objects.
|
org.springframework.context.support |
Classes supporting the org.springframework.context package,
such as abstract base classes for ApplicationContext
implementations and a MessageSource implementation.
|
org.springframework.core.metrics |
Support package for recording metrics during application startup.
|
org.springframework.core.metrics.jfr |
Support package for recording startup metrics using Java Flight Recorder.
|
Modifier and Type | Method and Description |
---|---|
ApplicationStartup |
ConfigurableBeanFactory.getApplicationStartup()
Return the
ApplicationStartup for this bean factory. |
Modifier and Type | Method and Description |
---|---|
void |
ConfigurableBeanFactory.setApplicationStartup(ApplicationStartup applicationStartup)
Set the
ApplicationStartup for this bean factory. |
Modifier and Type | Method and Description |
---|---|
ApplicationStartup |
AbstractBeanFactory.getApplicationStartup() |
Modifier and Type | Method and Description |
---|---|
void |
AbstractBeanFactory.setApplicationStartup(ApplicationStartup applicationStartup) |
Modifier and Type | Method and Description |
---|---|
ApplicationStartup |
ConfigurableApplicationContext.getApplicationStartup()
Return the
ApplicationStartup for this application context. |
Modifier and Type | Method and Description |
---|---|
void |
ApplicationStartupAware.setApplicationStartup(ApplicationStartup applicationStartup)
Set the ApplicationStartup that this object runs with.
|
void |
ConfigurableApplicationContext.setApplicationStartup(ApplicationStartup applicationStartup)
Set the
ApplicationStartup for this application context. |
Modifier and Type | Method and Description |
---|---|
void |
ConfigurationClassPostProcessor.setApplicationStartup(ApplicationStartup applicationStartup) |
Modifier and Type | Method and Description |
---|---|
ApplicationStartup |
AbstractApplicationContext.getApplicationStartup() |
Modifier and Type | Method and Description |
---|---|
void |
AbstractApplicationContext.setApplicationStartup(ApplicationStartup applicationStartup) |
void |
GenericApplicationContext.setApplicationStartup(ApplicationStartup applicationStartup) |
Modifier and Type | Field and Description |
---|---|
static ApplicationStartup |
ApplicationStartup.DEFAULT
Default "no op"
ApplicationStartup implementation. |
Modifier and Type | Class and Description |
---|---|
class |
FlightRecorderApplicationStartup
ApplicationStartup implementation for the Java Flight Recorder. |