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 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 class
LinkedBindingImpl<T>
-
Uses of LinkedKeyBinding in com.google.inject.spi
Methods in com.google.inject.spi with parameters of type LinkedKeyBinding Modifier and Type Method Description V
BindingTargetVisitor. visit(LinkedKeyBinding<? extends T> binding)
Visit a linked key binding.V
DefaultBindingTargetVisitor. visit(LinkedKeyBinding<? extends T> linkedKeyBinding)
-