Uses of Class
com.google.inject.spi.ScopeBinding
Packages that use ScopeBinding
Package
Description
Guice (sounds like "juice")
Guice service provider interface
-
Uses of ScopeBinding in com.google.inject.internal
Fields in com.google.inject.internal with type parameters of type ScopeBindingModifier and TypeFieldDescriptionprivate final Map<Class<? extends Annotation>,
ScopeBinding> InheritingState.scopes
Methods in com.google.inject.internal that return ScopeBindingModifier and TypeMethodDescriptionInheritingState.getScopeBinding
(Class<? extends Annotation> annotationType) State.getScopeBinding
(Class<? extends Annotation> scopingAnnotation) Methods in com.google.inject.internal that return types with arguments of type ScopeBindingModifier and TypeMethodDescriptionInheritingState.getScopeBindingsThisLevel()
State.getScopeBindingsThisLevel()
Methods in com.google.inject.internal with parameters of type ScopeBindingModifier and TypeMethodDescriptionErrors.duplicateScopes
(ScopeBinding existing, Class<? extends Annotation> annotationType, Scope scope) void
InheritingState.putScopeBinding
(Class<? extends Annotation> annotationType, ScopeBinding scope) void
State.putScopeBinding
(Class<? extends Annotation> annotationType, ScopeBinding scope) ScopeBindingProcessor.visit
(ScopeBinding command) -
Uses of ScopeBinding in com.google.inject.spi
Methods in com.google.inject.spi with parameters of type ScopeBindingModifier and TypeMethodDescriptionDefaultElementVisitor.visit
(ScopeBinding scopeBinding) ElementVisitor.visit
(ScopeBinding binding) Visit a registration of a scope annotation with the scope that implements it.