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_VISITORMethods in com.google.inject with parameters of type BindingScopingVisitorModifier and TypeMethodDescription<V> VBinding.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) classVisits bindings to return aIndexedBindingthat 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> VBindingImpl.acceptScopingVisitor(BindingScopingVisitor<V> visitor) abstract <V> VScoping.acceptVisitor(BindingScopingVisitor<V> visitor) -
Uses of BindingScopingVisitor in com.google.inject.spi
Classes in com.google.inject.spi that implement BindingScopingVisitorModifier and TypeClassDescriptionclassNo-op visitor for subclassing.