Class SessionScope
java.lang.Object
org.apache.maven.internal.impl.di.SessionScope
- All Implemented Interfaces:
Scope
- Direct Known Subclasses:
SessionScope
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionprotected static classA provider wrapping an existing provider with a cacheprotected static final classScopeState -
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprotected <T> TcreateProxy(Key<T> key, Supplier<T> unscoped) protected <T> Objectvoidenter()voidexit()protected Class<?>[]getInterfaces(Class<?> superType) protected SessionScope.ScopeStateprotected booleanisTypeAnnotation(Class<? extends Annotation> annotationType) <T> Supplier<T><T> void<T> voidstatic <T> Supplier<T>seededKeySupplier(Class<? extends T> clazz)
-
Field Details
-
values
-
-
Constructor Details
-
SessionScope
public SessionScope()
-
-
Method Details