Uses of Interface
com.google.inject.spi.LinkedKeyBinding
Packages that use LinkedKeyBinding
Package
Description
Google Guice (pronounced "juice") is an ultra-lightweight dependency injection framework.
Guice (sounds like "juice")
Guice service provider interface
-
Uses of LinkedKeyBinding in com.google.inject
Methods in com.google.inject with parameters of type LinkedKeyBindingModifier and TypeMethodDescriptionprivate static Injector
Scopes.getInjector
(LinkedKeyBinding<?> linkedKeyBinding) -
Uses of LinkedKeyBinding in com.google.inject.grapher
Methods in com.google.inject.grapher with parameters of type LinkedKeyBindingModifier and TypeMethodDescriptionDefaultEdgeCreator.EdgeVisitor.visit
(LinkedKeyBinding<?> binding) Visitor forLinkedKeyBinding
.Collection
<Key<?>> TransitiveDependencyVisitor.visit
(LinkedKeyBinding<?> binding) -
Uses of LinkedKeyBinding in com.google.inject.internal
Classes in com.google.inject.internal that implement LinkedKeyBindingMethods in com.google.inject.internal with parameters of type LinkedKeyBinding -
Uses of LinkedKeyBinding in com.google.inject.spi
Methods in com.google.inject.spi with parameters of type LinkedKeyBindingModifier and TypeMethodDescriptionBindingTargetVisitor.visit
(LinkedKeyBinding<? extends T> binding) Visit a linked key binding.DefaultBindingTargetVisitor.visit
(LinkedKeyBinding<? extends T> linkedKeyBinding)