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

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

Uses of ProviderBinding in com.google.inject.grapher
 

Methods in com.google.inject.grapher with parameters of type ProviderBinding
 Void GraphingVisitor.visit(ProviderBinding<?> binding)
          Visitor for ProviderBinding.
 Collection<Key<?>> TransitiveDependencyVisitor.visit(ProviderBinding<?> binding)
           
 

Uses of ProviderBinding in com.google.inject.spi
 

Methods in com.google.inject.spi with parameters of type ProviderBinding
 V DefaultBindingTargetVisitor.visit(ProviderBinding<? extends T> providerBinding)
           
 V BindingTargetVisitor.visit(ProviderBinding<? extends T> binding)
          Visit a binding to a Provider that delegates to the binding for the provided type.
 



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