Uses of Interface
com.google.inject.spi.BindingTargetVisitor
-
Packages that use BindingTargetVisitor Package Description com.google.inject Google Guice (pronounced "juice") is an ultra-lightweight dependency injection framework.com.google.inject.assistedinject Extension for combining factory interfaces with injection; this extension requiresguice-assistedinject.jar
.com.google.inject.grapher com.google.inject.multibindings Extension for binding multiple instances in a collection; this extension requiresguice-multibindings.jar
.com.google.inject.servlet Servlet API scopes, bindings and registration; this extension requiresguice-servlet.jar
.com.google.inject.spi Guice service provider interface -
-
Uses of BindingTargetVisitor in com.google.inject
Methods in com.google.inject with parameters of type BindingTargetVisitor Modifier and Type Method Description <V> V
Binding. acceptTargetVisitor(BindingTargetVisitor<? super T,V> visitor)
Accepts a target visitor. -
Uses of BindingTargetVisitor in com.google.inject.assistedinject
Subinterfaces of BindingTargetVisitor in com.google.inject.assistedinject Modifier and Type Interface Description interface
AssistedInjectTargetVisitor<T,V>
A visitor for the AssistedInject extension. -
Uses of BindingTargetVisitor in com.google.inject.grapher
Classes in com.google.inject.grapher that implement BindingTargetVisitor Modifier and Type Class Description class
TransitiveDependencyVisitor
-
Uses of BindingTargetVisitor in com.google.inject.multibindings
Subinterfaces of BindingTargetVisitor in com.google.inject.multibindings Modifier and Type Interface Description interface
MultibindingsTargetVisitor<T,V>
A visitor for the multibinder extension. -
Uses of BindingTargetVisitor in com.google.inject.servlet
Subinterfaces of BindingTargetVisitor in com.google.inject.servlet Modifier and Type Interface Description interface
ServletModuleTargetVisitor<T,V>
A visitor for the servlet extension. -
Uses of BindingTargetVisitor in com.google.inject.spi
Subinterfaces of BindingTargetVisitor in com.google.inject.spi Modifier and Type Interface Description interface
ProvidesMethodTargetVisitor<T,V>
A visitor for the @Provides
bindings.Classes in com.google.inject.spi that implement BindingTargetVisitor Modifier and Type Class Description class
DefaultBindingTargetVisitor<T,V>
No-op visitor for subclassing.Methods in com.google.inject.spi with parameters of type BindingTargetVisitor Modifier and Type Method Description <B,V>
VProviderWithExtensionVisitor. 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.
-