public class BootstrapInjectorReflectionProxy<T> extends java.lang.Object implements Bootstraps.BootstrapInjector<T>
| Constructor and Description |
|---|
BootstrapInjectorReflectionProxy(java.lang.Class<Bootstraps.BootstrapInjector<T>> injectorClass) |
| Modifier and Type | Method and Description |
|---|---|
<S> Bootstraps.BootstrapInjector<T> |
add(java.lang.Class<? extends java.lang.annotation.Annotation> annotation,
ScopeKey<S> scopeKey,
S singleton) |
void |
inject(Scopes scopes,
T input) |
void |
inject(T input) |
public BootstrapInjectorReflectionProxy(java.lang.Class<Bootstraps.BootstrapInjector<T>> injectorClass)
public <S> Bootstraps.BootstrapInjector<T> add(java.lang.Class<? extends java.lang.annotation.Annotation> annotation, ScopeKey<S> scopeKey, S singleton)
add in interface Bootstraps.BootstrapInjector<T>public void inject(T input)
inject in interface Bootstraps.BootstrapInjector<T>public void inject(Scopes scopes, T input)
inject in interface Bootstraps.BootstrapInjector<T>Copyright © 2017. All Rights Reserved.