spring-framework / org.springframework.web.context.support / SpringBeanAutowiringSupport / processInjectionBasedOnCurrentContext

processInjectionBasedOnCurrentContext

open static fun processInjectionBasedOnCurrentContext(target: Any): Unit

Process @Autowired injection for the given target object, based on the current web application context.

Intended for use as a delegate.

Parameters

target - the target object to process

See Also
org.springframework.web.context.ContextLoader#getCurrentWebApplicationContext()