Uses of Class
com.google.inject.spi.ProviderLookup
-
Packages that use ProviderLookup Package Description com.google.inject.internal Guice (sounds like "juice")com.google.inject.spi Guice service provider interface -
-
Uses of ProviderLookup in com.google.inject.internal
Methods in com.google.inject.internal with parameters of type ProviderLookup Modifier and Type Method Description <T> java.lang.BooleanLookupProcessor. visit(ProviderLookup<T> lookup) -
Uses of ProviderLookup in com.google.inject.spi
Methods in com.google.inject.spi with parameters of type ProviderLookup Modifier and Type Method Description <T> VDefaultElementVisitor. visit(ProviderLookup<T> providerLookup)<T> VElementVisitor. visit(ProviderLookup<T> lookup)Visit a lookup of the provider for a type.
-