Uses of Class
com.google.inject.spi.ScopeBinding
-
Packages that use ScopeBinding Package Description com.google.inject.internal Guice (sounds like "juice")com.google.inject.spi Guice service provider interface -
-
Uses of ScopeBinding in com.google.inject.internal
Fields in com.google.inject.internal with type parameters of type ScopeBinding Modifier and Type Field Description private java.util.Map<java.lang.Class<? extends java.lang.annotation.Annotation>,ScopeBinding>InheritingState. scopesMethods in com.google.inject.internal that return ScopeBinding Modifier and Type Method Description ScopeBindingInheritingState. getScopeBinding(java.lang.Class<? extends java.lang.annotation.Annotation> annotationType)ScopeBindingState. getScopeBinding(java.lang.Class<? extends java.lang.annotation.Annotation> scopingAnnotation)Methods in com.google.inject.internal with parameters of type ScopeBinding Modifier and Type Method Description ErrorsErrors. duplicateScopes(ScopeBinding existing, java.lang.Class<? extends java.lang.annotation.Annotation> annotationType, Scope scope)voidInheritingState. putScopeBinding(java.lang.Class<? extends java.lang.annotation.Annotation> annotationType, ScopeBinding scope)voidState. putScopeBinding(java.lang.Class<? extends java.lang.annotation.Annotation> annotationType, ScopeBinding scope)java.lang.BooleanScopeBindingProcessor. visit(ScopeBinding command) -
Uses of ScopeBinding in com.google.inject.spi
Methods in com.google.inject.spi with parameters of type ScopeBinding Modifier and Type Method Description VDefaultElementVisitor. visit(ScopeBinding scopeBinding)VElementVisitor. visit(ScopeBinding binding)Visit a registration of a scope annotation with the scope that implements it.
-