Uses of Interface
com.google.inject.spi.InjectionListener
-
Packages that use InjectionListener Package Description com.google.inject.internal Guice (sounds like "juice")com.google.inject.spi Guice service provider interface -
-
Uses of InjectionListener in com.google.inject.internal
Fields in com.google.inject.internal with type parameters of type InjectionListener Modifier and Type Field Description private java.util.List<InjectionListener<? super T>>
EncounterImpl. injectionListeners
private com.google.common.collect.ImmutableList<InjectionListener<? super T>>
MembersInjectorImpl. injectionListeners
Methods in com.google.inject.internal that return types with arguments of type InjectionListener Modifier and Type Method Description (package private) com.google.common.collect.ImmutableSet<InjectionListener<? super T>>
EncounterImpl. getInjectionListeners()
Methods in com.google.inject.internal with parameters of type InjectionListener Modifier and Type Method Description static InternalProvisionException
InternalProvisionException. errorNotifyingInjectionListener(InjectionListener<?> listener, TypeLiteral<?> type, java.lang.RuntimeException cause)
void
EncounterImpl. register(InjectionListener<? super T> injectionListener)
-
Uses of InjectionListener in com.google.inject.spi
Methods in com.google.inject.spi with parameters of type InjectionListener Modifier and Type Method Description void
TypeEncounter. register(InjectionListener<? super I> listener)
Registers an injection listener for typeI
.
-