Uses of Class
com.google.inject.spi.ProviderLookup
Packages that use ProviderLookup
Package
Description
Guice (sounds like "juice")
Guice service provider interface
-
Uses of ProviderLookup in com.google.inject.internal
Fields in com.google.inject.internal with type parameters of type ProviderLookupModifier and TypeFieldDescriptionprivate final Set<ProviderLookup<?>> InjectorBindingData.providerLookupsMethods in com.google.inject.internal that return types with arguments of type ProviderLookupModifier and TypeMethodDescriptionSet<ProviderLookup<?>> InjectorBindingData.getProviderLookupsThisLevel()Methods in com.google.inject.internal with parameters of type ProviderLookupModifier and TypeMethodDescriptionvoidInjectorBindingData.putProviderLookup(ProviderLookup<?> lookup) <T> BooleanLookupProcessor.visit(ProviderLookup<T> lookup) -
Uses of ProviderLookup in com.google.inject.spi
Methods in com.google.inject.spi with parameters of type ProviderLookupModifier and TypeMethodDescription<T> VDefaultElementVisitor.visit(ProviderLookup<T> providerLookup) <T> VElementVisitor.visit(ProviderLookup<T> lookup) Visit a lookup of the provider for a type.