Class SingletonInterceptorFactory
- java.lang.Object
-
- de.quantummaid.injectmaid.api.interception.SingletonInterceptorFactory
-
- All Implemented Interfaces:
InterceptorFactory
public final class SingletonInterceptorFactory extends Object implements InterceptorFactory
-
-
Constructor Summary
Constructors Constructor Description SingletonInterceptorFactory()
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description InterceptorcreateInterceptor()InterceptorFactoryenterScope(de.quantummaid.reflectmaid.typescanner.TypeIdentifier scopeType, Object scopeObject)static SingletonInterceptorFactorysingletonInterceptorFactory(Interceptor singleton)
-
-
-
Method Detail
-
singletonInterceptorFactory
public static SingletonInterceptorFactory singletonInterceptorFactory(Interceptor singleton)
-
createInterceptor
public Interceptor createInterceptor()
- Specified by:
createInterceptorin interfaceInterceptorFactory
-
enterScope
public InterceptorFactory enterScope(de.quantummaid.reflectmaid.typescanner.TypeIdentifier scopeType, Object scopeObject)
- Specified by:
enterScopein interfaceInterceptorFactory
-
-