wire

fun <T> wire(t: T?, applicationContext: <Error class: unknown class>): T?

Inject the given object with Spring. Return the injected object

Parameters

t

object to inject