Class SessionScope
java.lang.Object
org.apache.maven.internal.impl.di.SessionScope
org.apache.maven.session.scope.internal.SessionScope
- All Implemented Interfaces:
- com.google.inject.Scope,- Scope
SessionScope
- 
Nested Class SummaryNested classes/interfaces inherited from class org.apache.maven.internal.impl.di.SessionScopeSessionScope.CachingProvider<T>, SessionScope.ScopeState
- 
Field SummaryFields inherited from class org.apache.maven.internal.impl.di.SessionScopevalues
- 
Constructor SummaryConstructors
- 
Method SummaryModifier and TypeMethodDescriptionprotected booleanisTypeAnnotation(Class<? extends Annotation> annotationType) <T> com.google.inject.Provider<T> scope(com.google.inject.Key<T> key, com.google.inject.Provider<T> unscoped) <T> voidstatic <T> com.google.inject.Provider<T> seededKeyProvider(Class<? extends T> clazz) Methods inherited from class org.apache.maven.internal.impl.di.SessionScopecreateProxy, dispatch, enter, exit, getInterfaces, getScopeState, scope, seed, seed, seededKeySupplierMethods inherited from class java.lang.Objectclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface com.google.inject.ScopetoString
- 
Constructor Details- 
SessionScopepublic SessionScope()
 
- 
- 
Method Details- 
seed
- 
scopepublic <T> com.google.inject.Provider<T> scope(com.google.inject.Key<T> key, com.google.inject.Provider<T> unscoped) - Specified by:
- scopein interface- com.google.inject.Scope
 
- 
seededKeyProvider
- 
isTypeAnnotation- Overrides:
- isTypeAnnotationin class- SessionScope
 
 
-