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.
target - the target object to process
See Also
org.springframework.web.context.ContextLoader#getCurrentWebApplicationContext()