Uses of Interface
de.quantummaid.injectmaid.api.interception.Interceptor
-
Packages that use Interceptor Package Description de.quantummaid.injectmaid.api.interception de.quantummaid.injectmaid.api.interception.overwrite de.quantummaid.injectmaid.api.interception.timing -
-
Uses of Interceptor in de.quantummaid.injectmaid.api.interception
Subinterfaces of Interceptor in de.quantummaid.injectmaid.api.interception Modifier and Type Interface Description interfaceSimpleInterceptorMethods in de.quantummaid.injectmaid.api.interception that return Interceptor Modifier and Type Method Description InterceptorInterceptorFactory. createInterceptor()InterceptorSingletonInterceptorFactory. createInterceptor()default InterceptorInterceptor. enterScope(de.quantummaid.reflectmaid.typescanner.TypeIdentifier scopeType, Object scopeObject)Methods in de.quantummaid.injectmaid.api.interception with parameters of type Interceptor Modifier and Type Method Description voidInterceptorFactories. addInterceptor(Interceptor interceptor)voidInterceptors. addInterceptor(Interceptor interceptor)static SingletonInterceptorFactorySingletonInterceptorFactory. singletonInterceptorFactory(Interceptor singleton)Method parameters in de.quantummaid.injectmaid.api.interception with type arguments of type Interceptor Modifier and Type Method Description static InterceptorsInterceptors. interceptors(List<Interceptor> interceptors) -
Uses of Interceptor in de.quantummaid.injectmaid.api.interception.overwrite
Classes in de.quantummaid.injectmaid.api.interception.overwrite that implement Interceptor Modifier and Type Class Description classOverwritingInterceptorMethods in de.quantummaid.injectmaid.api.interception.overwrite that return Interceptor Modifier and Type Method Description InterceptorOverwritingInterceptor. enterScope(de.quantummaid.reflectmaid.typescanner.TypeIdentifier scopeType, Object scopeObject) -
Uses of Interceptor in de.quantummaid.injectmaid.api.interception.timing
Classes in de.quantummaid.injectmaid.api.interception.timing that implement Interceptor Modifier and Type Class Description classTimingInterceptorMethods in de.quantummaid.injectmaid.api.interception.timing that return Interceptor Modifier and Type Method Description InterceptorTimingInterceptorFactory. createInterceptor()
-