public class RegistryDelegatingInjector extends Object implements Injector
Injector which uses a RegistryProvider to look for Registry instances which also
implement Injector. The injection operation is then delegated into the first matching registry.
If no appropriate registry is found, then the injection operation does not take place.| Constructor and Description |
|---|
RegistryDelegatingInjector(RegistryProvider registryProvider) |
| Modifier and Type | Method and Description |
|---|---|
<T> T |
inject(T object)
Injects dependencies into the given object
|
public RegistryDelegatingInjector(RegistryProvider registryProvider)
Copyright © 2003–2017 MuleSoft, Inc.. All rights reserved.