Uses of Annotation Interface
org.springframework.beans.factory.annotation.Autowired
Package
Description
Annotation support for the Application Context, including JSR-250 "common"
annotations, component-scanning, and Java-based metadata for creating
Spring-managed objects.
Support classes for integrating the Spring TestContext Framework
with JUnit 4.12 or higher.
Support classes for integrating the Spring TestContext Framework
with TestNG.
Spring WebFlux configuration infrastructure.
Annotation-based setup for Spring MVC.
Support for annotation-based WebSocket setup in configuration classes.
-
Uses of Autowired in org.springframework.context.annotation
Modifier and TypeMethodDescriptionvoid
LoadTimeWeavingConfiguration.setLoadTimeWeavingConfigurer
(LoadTimeWeavingConfigurer ltwConfigurer) -
Uses of Autowired in org.springframework.test.context.junit4
Modifier and TypeMethodDescriptionvoid
AbstractTransactionalJUnit4SpringContextTests.setDataSource
(DataSource dataSource) Set theDataSource
, typically provided via Dependency Injection. -
Uses of Autowired in org.springframework.test.context.testng
Modifier and TypeMethodDescriptionvoid
AbstractTransactionalTestNGSpringContextTests.setDataSource
(DataSource dataSource) Set theDataSource
, typically provided via Dependency Injection. -
Uses of Autowired in org.springframework.web.reactive.config
Modifier and TypeMethodDescriptionvoid
DelegatingWebFluxConfiguration.setConfigurers
(List<WebFluxConfigurer> configurers) -
Uses of Autowired in org.springframework.web.servlet.config.annotation
Modifier and TypeMethodDescriptionvoid
DelegatingWebMvcConfiguration.setConfigurers
(List<WebMvcConfigurer> configurers) -
Uses of Autowired in org.springframework.web.socket.config.annotation
Modifier and TypeMethodDescriptionvoid
DelegatingWebSocketConfiguration.setConfigurers
(List<WebSocketConfigurer> configurers) void
DelegatingWebSocketMessageBrokerConfiguration.setConfigurers
(List<WebSocketMessageBrokerConfigurer> configurers)