Uses of Interface
com.google.inject.spi.LinkedKeyBinding
-
Packages that use LinkedKeyBinding Package Description com.google.inject.grapher com.google.inject.internal Guice (sounds like "juice")com.google.inject.spi Guice service provider interface -
-
Uses of LinkedKeyBinding in com.google.inject.grapher
Methods in com.google.inject.grapher with parameters of type LinkedKeyBinding Modifier and Type Method Description java.util.Collection<Edge>DefaultEdgeCreator.EdgeVisitor. visit(LinkedKeyBinding<?> binding)Visitor forLinkedKeyBinding.java.util.Collection<Key<?>>TransitiveDependencyVisitor. visit(LinkedKeyBinding<?> binding) -
Uses of LinkedKeyBinding in com.google.inject.internal
Classes in com.google.inject.internal that implement LinkedKeyBinding Modifier and Type Class Description classLinkedBindingImpl<T>Methods in com.google.inject.internal with parameters of type LinkedKeyBinding Modifier and Type Method Description Indexer.IndexedBindingIndexer. visit(LinkedKeyBinding<? extends java.lang.Object> binding) -
Uses of LinkedKeyBinding in com.google.inject.spi
Methods in com.google.inject.spi with parameters of type LinkedKeyBinding Modifier and Type Method Description VBindingTargetVisitor. visit(LinkedKeyBinding<? extends T> binding)Visit a linked key binding.VDefaultBindingTargetVisitor. visit(LinkedKeyBinding<? extends T> linkedKeyBinding)
-