Uses of Interface
com.google.inject.spi.BindingScopingVisitor
-
Packages that use BindingScopingVisitor Package Description com.google.inject Google Guice (pronounced "juice") is an ultra-lightweight dependency injection framework.com.google.inject.internal Guice (sounds like "juice")com.google.inject.spi Guice service provider interface -
-
Uses of BindingScopingVisitor in com.google.inject
Fields in com.google.inject declared as BindingScopingVisitor Modifier and Type Field Description private static BindingScopingVisitor<java.lang.Boolean>
Scopes. IS_SINGLETON_VISITOR
Methods in com.google.inject with parameters of type BindingScopingVisitor Modifier and Type Method Description <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 BindingScopingVisitor Modifier and Type Class Description (package private) class
Indexer
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 BindingScopingVisitor Modifier and Type Method Description <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 BindingScopingVisitor Modifier and Type Class Description class
DefaultBindingScopingVisitor<V>
No-op visitor for subclassing.
-