Uses of Interface
com.google.inject.spi.TypeEncounter
-
Packages that use TypeEncounter Package Description com.google.inject.internal Guice (sounds like "juice")com.google.inject.spi Guice service provider interface -
-
Uses of TypeEncounter in com.google.inject.internal
Classes in com.google.inject.internal that implement TypeEncounter Modifier and Type Class Description (package private) class
EncounterImpl<T>
-
Uses of TypeEncounter in com.google.inject.spi
Methods in com.google.inject.spi with parameters of type TypeEncounter Modifier and Type Method Description <I> void
TypeListener. hear(TypeLiteral<I> type, TypeEncounter<I> encounter)
Invoked when Guice encounters a new type eligible for constructor or members injection.
-