| Modifier and Type | Method and Description |
|---|---|
<T> T |
getInstance(java.lang.Class<T> cls) |
<T> T |
getNamedInstance(java.lang.Class<T> boundClass,
java.lang.String name) |
protected boolean |
inject(net.e6tech.elements.common.inject.spi.InjectorImpl.InjectionPoint point,
java.lang.Object instance) |
boolean |
inject(java.lang.Object instance,
boolean strict) |
public <T> T getInstance(java.lang.Class<T> cls)
getInstance in interface Injectorpublic <T> T getNamedInstance(java.lang.Class<T> boundClass,
java.lang.String name)
getNamedInstance in interface Injectorpublic boolean inject(java.lang.Object instance,
boolean strict)
protected boolean inject(net.e6tech.elements.common.inject.spi.InjectorImpl.InjectionPoint point,
java.lang.Object instance)
point - injection pointinstance - object to be injected