Searched refs:InjectionListener (Results 1 – 6 of 6) sorted by relevance
30 import com.google.inject.spi.InjectionListener;63 final InjectionListener<Object> failingInjectionListener =64 new InjectionListener<Object>() {119 final InjectionListener<Object> injectionListener = in testInstallingInjectionListener()120 new InjectionListener<Object>() { in testInstallingInjectionListener()357 final InjectionListener<A> listener =358 new InjectionListener<A>() {378 encounter.register((InjectionListener) listener);421 final InjectionListener<Object> lookupsTester =422 new InjectionListener<Object>() {[all …]
30 import com.google.inject.spi.InjectionListener;42 private List<InjectionListener<? super T>> injectionListeners; // lazy83 ImmutableSet<InjectionListener<? super T>> getInjectionListeners() { in getInjectionListeners()85 ? ImmutableSet.<InjectionListener<? super T>>of() in getInjectionListeners()101 public void register(InjectionListener<? super T> injectionListener) { in register()
25 import com.google.inject.spi.InjectionListener;40 /* @Nullable */ private final ImmutableList<InjectionListener<? super T>> injectionListeners;122 ImmutableList<InjectionListener<? super T>> localInjectionListeners = injectionListeners; in notifyListeners()129 InjectionListener<? super T> injectionListener = localInjectionListeners.get(i); in notifyListeners()
31 import com.google.inject.spi.InjectionListener;128 InjectionListener<?> listener, TypeLiteral<?> type, RuntimeException cause) { in errorNotifyingInjectionListener()
27 public interface InjectionListener<I> { interface
99 void register(InjectionListener<? super I> listener); in register()