public interface Injector
| Modifier and Type | Method and Description |
|---|---|
<T> T |
inject(T object)
Injects dependencies into the given object
|
<T> T inject(T object)
throws org.mule.runtime.api.exception.MuleException
object - the object on which dependencies are to be injected onorg.mule.runtime.api.exception.MuleExceptionCopyright © 2003–2017 MuleSoft, Inc.. All rights reserved.