Uses of Interface
com.google.inject.spi.BindingScopingVisitor
Packages that use BindingScopingVisitor
Package
Description
Google Guice (pronounced "juice") is an ultra-lightweight dependency injection framework.
Guice (sounds like "juice")
Guice service provider interface
-
Uses of BindingScopingVisitor in com.google.inject
Fields in com.google.inject declared as BindingScopingVisitorModifier and TypeFieldDescriptionprivate static final BindingScopingVisitor<Boolean>
Scopes.IS_SINGLETON_VISITOR
Methods in com.google.inject with parameters of type BindingScopingVisitorModifier and TypeMethodDescription<V> V
Binding.acceptScopingVisitor
(BindingScopingVisitor<V> visitor) Accepts a scoping visitor. -
Uses of BindingScopingVisitor in com.google.inject.internal
Classes in com.google.inject.internal that implement BindingScopingVisitorModifier and TypeClassDescription(package private) class
Visits bindings to return aIndexedBinding
that can be used to emulate the binding deduplication that Guice internally performs.Methods in com.google.inject.internal with parameters of type BindingScopingVisitorModifier and TypeMethodDescription<V> V
BindingImpl.acceptScopingVisitor
(BindingScopingVisitor<V> visitor) abstract <V> V
Scoping.acceptVisitor
(BindingScopingVisitor<V> visitor) -
Uses of BindingScopingVisitor in com.google.inject.spi
Classes in com.google.inject.spi that implement BindingScopingVisitorModifier and TypeClassDescriptionclass
No-op visitor for subclassing.