Package | Description |
---|---|
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.test.context.junit4 |
Support classes for integrating the Spring TestContext Framework
with JUnit 4.12 or higher.
|
org.springframework.test.context.testng |
Support classes for integrating the Spring TestContext Framework
with TestNG.
|
org.springframework.web.reactive.config |
Spring WebFlux configuration infrastructure.
|
org.springframework.web.servlet.config.annotation |
Annotation-based setup for Spring MVC.
|
org.springframework.web.socket.config.annotation |
Support for annotation-based WebSocket setup in configuration classes.
|
Modifier and Type | Method and Description |
---|---|
void |
LoadTimeWeavingConfiguration.setLoadTimeWeavingConfigurer(LoadTimeWeavingConfigurer ltwConfigurer) |
Modifier and Type | Method and Description |
---|---|
void |
AbstractTransactionalJUnit4SpringContextTests.setDataSource(DataSource dataSource)
Set the
DataSource , typically provided via Dependency Injection. |
Modifier and Type | Method and Description |
---|---|
void |
AbstractTransactionalTestNGSpringContextTests.setDataSource(DataSource dataSource)
Set the
DataSource , typically provided via Dependency Injection. |
Modifier and Type | Method and Description |
---|---|
void |
DelegatingWebFluxConfiguration.setConfigurers(List<WebFluxConfigurer> configurers) |
Modifier and Type | Method and Description |
---|---|
void |
DelegatingWebMvcConfiguration.setConfigurers(List<WebMvcConfigurer> configurers) |
Modifier and Type | Method and Description |
---|---|
void |
DelegatingWebSocketConfiguration.setConfigurers(List<WebSocketConfigurer> configurers) |
void |
DelegatingWebSocketMessageBrokerConfiguration.setConfigurers(List<WebSocketMessageBrokerConfigurer> configurers) |