Uses of Class
org.springframework.beans.factory.annotation.Autowired
Packages that use Autowired 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.Uses of Autowired in org.springframework.context.annotation
Methods in org.springframework.context.annotation with annotations of type Autowired Modifier and Type Method Description voidLoadTimeWeavingConfiguration. setLoadTimeWeavingConfigurer(LoadTimeWeavingConfigurer ltwConfigurer)Uses of Autowired in org.springframework.test.context.junit4
Methods in org.springframework.test.context.junit4 with annotations of type Autowired Modifier and Type Method Description voidAbstractTransactionalJUnit4SpringContextTests. setDataSource(DataSource dataSource)Set theDataSource, typically provided via Dependency Injection.Uses of Autowired in org.springframework.test.context.testng
Methods in org.springframework.test.context.testng with annotations of type Autowired Modifier and Type Method Description voidAbstractTransactionalTestNGSpringContextTests. setDataSource(DataSource dataSource)Set theDataSource, typically provided via Dependency Injection.Uses of Autowired in org.springframework.web.reactive.config
Methods in org.springframework.web.reactive.config with annotations of type Autowired Modifier and Type Method Description voidDelegatingWebFluxConfiguration. setConfigurers(List<WebFluxConfigurer> configurers)Uses of Autowired in org.springframework.web.servlet.config.annotation
Methods in org.springframework.web.servlet.config.annotation with annotations of type Autowired Modifier and Type Method Description voidDelegatingWebMvcConfiguration. setConfigurers(List<WebMvcConfigurer> configurers)Uses of Autowired in org.springframework.web.socket.config.annotation
Methods in org.springframework.web.socket.config.annotation with annotations of type Autowired Modifier and Type Method Description voidDelegatingWebSocketConfiguration. setConfigurers(List<WebSocketConfigurer> configurers)voidDelegatingWebSocketMessageBrokerConfiguration. setConfigurers(List<WebSocketMessageBrokerConfigurer> configurers)