Uses of Interface
org.elasticsearch.common.inject.spi.TypeEncounter
-
Packages that use TypeEncounter Package Description org.elasticsearch.common.inject.spi -
-
Uses of TypeEncounter in org.elasticsearch.common.inject.spi
Methods in org.elasticsearch.common.inject.spi with parameters of type TypeEncounter Modifier and Type Method Description <I> voidTypeListener. hear(TypeLiteral<I> type, TypeEncounter<I> encounter)Invoked when Guice encounters a new type eligible for constructor or members injection.
-