Uses of Interface
com.google.inject.spi.ProviderKeyBinding
-
Packages that use ProviderKeyBinding Package Description com.google.inject.grapher com.google.inject.internal Guice (sounds like "juice")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 Modifier and Type Method Description java.util.Collection<Edge>
DefaultEdgeCreator.EdgeVisitor. visit(ProviderKeyBinding<?> binding)
Same asDefaultEdgeCreator.EdgeVisitor.visit(LinkedKeyBinding)
, but the binding edge isBindingEdge.Type.PROVIDER
.java.util.Collection<Key<?>>
TransitiveDependencyVisitor. visit(ProviderKeyBinding<?> binding)
-
Uses of ProviderKeyBinding in com.google.inject.internal
Classes in com.google.inject.internal that implement ProviderKeyBinding Modifier and Type Class Description (package private) class
LinkedProviderBindingImpl<T>
Methods in com.google.inject.internal with parameters of type ProviderKeyBinding Modifier and Type Method Description Indexer.IndexedBinding
Indexer. visit(ProviderKeyBinding<? extends java.lang.Object> binding)
-
Uses of ProviderKeyBinding in com.google.inject.spi
Methods in com.google.inject.spi with parameters of type ProviderKeyBinding Modifier and Type Method Description V
BindingTargetVisitor. visit(ProviderKeyBinding<? extends T> binding)
Visit a provider key binding.V
DefaultBindingTargetVisitor. visit(ProviderKeyBinding<? extends T> providerKeyBinding)
-