Uses of Interface
com.google.inject.spi.BindingTargetVisitor
Packages that use BindingTargetVisitor
Package
Description
Google Guice (pronounced "juice") is an ultra-lightweight dependency injection framework.
Guice (sounds like "juice")
Extension for binding multiple instances in a collection; this extension requires
guice-multibindings.jar
.Guice service provider interface
-
Uses of BindingTargetVisitor in com.google.inject
Methods in com.google.inject with parameters of type BindingTargetVisitorModifier and TypeMethodDescription<V> V
Binding.acceptTargetVisitor
(BindingTargetVisitor<? super T, V> visitor) Accepts a target visitor. -
Uses of BindingTargetVisitor in com.google.inject.internal
Methods in com.google.inject.internal with parameters of type BindingTargetVisitorModifier and TypeMethodDescription<B,
V> V ProviderMethod.acceptExtensionVisitor
(BindingTargetVisitor<B, V> visitor, ProviderInstanceBinding<? extends B> binding) -
Uses of BindingTargetVisitor in com.google.inject.multibindings
Subinterfaces of BindingTargetVisitor in com.google.inject.multibindingsModifier and TypeInterfaceDescriptioninterface
A visitor for the multibinder extension. -
Uses of BindingTargetVisitor in com.google.inject.spi
Subinterfaces of BindingTargetVisitor in com.google.inject.spiClasses in com.google.inject.spi that implement BindingTargetVisitorModifier and TypeClassDescriptionclass
No-op visitor for subclassing.Methods in com.google.inject.spi with parameters of type BindingTargetVisitorModifier and TypeMethodDescription<B,
V> V ProviderWithExtensionVisitor.acceptExtensionVisitor
(BindingTargetVisitor<B, V> visitor, ProviderInstanceBinding<? extends B> binding) Instructs the extension determine if the visitor is an instance of a custom extension visitor, and if so, visit it using that method.