Uses of Interface
com.google.inject.spi.ProviderKeyBinding

Packages that use ProviderKeyBinding
com.google.inject.grapher   
com.google.inject.spi Guice service provider interface 
 

Uses of ProviderKeyBinding in com.google.inject.grapher
 

Methods in com.google.inject.grapher with parameters of type ProviderKeyBinding
 Void GraphingVisitor.visit(ProviderKeyBinding<?> binding)
          Same as GraphingVisitor.visit(LinkedKeyBinding), but the BindingEdge is BindingEdge.Type.PROVIDER.
 Collection<Key<?>> TransitiveDependencyVisitor.visit(ProviderKeyBinding<?> binding)
           
 

Uses of ProviderKeyBinding in com.google.inject.spi
 

Methods in com.google.inject.spi with parameters of type ProviderKeyBinding
 V DefaultBindingTargetVisitor.visit(ProviderKeyBinding<? extends T> providerKeyBinding)
           
 V BindingTargetVisitor.visit(ProviderKeyBinding<? extends T> binding)
          Visit a provider key binding.
 



Copyright © 2006-2011 Google, Inc.. All Rights Reserved.