Uses of Interface
de.quantummaid.injectmaid.api.interception.InterceptorFactory
-
Packages that use InterceptorFactory Package Description de.quantummaid.injectmaid de.quantummaid.injectmaid.api.interception de.quantummaid.injectmaid.api.interception.timing -
-
Uses of InterceptorFactory in de.quantummaid.injectmaid
Methods in de.quantummaid.injectmaid with parameters of type InterceptorFactory Modifier and Type Method Description InjectMaidBuilderInjectMaidBuilder. withInterceptorFactory(InterceptorFactory interceptorFactory) -
Uses of InterceptorFactory in de.quantummaid.injectmaid.api.interception
Classes in de.quantummaid.injectmaid.api.interception that implement InterceptorFactory Modifier and Type Class Description classSingletonInterceptorFactoryMethods in de.quantummaid.injectmaid.api.interception that return InterceptorFactory Modifier and Type Method Description default InterceptorFactoryInterceptorFactory. enterScope(de.quantummaid.reflectmaid.typescanner.TypeIdentifier scopeType, Object scopeObject)InterceptorFactorySingletonInterceptorFactory. enterScope(de.quantummaid.reflectmaid.typescanner.TypeIdentifier scopeType, Object scopeObject)Methods in de.quantummaid.injectmaid.api.interception with parameters of type InterceptorFactory Modifier and Type Method Description voidInterceptorFactories. addFactory(InterceptorFactory factory)Method parameters in de.quantummaid.injectmaid.api.interception with type arguments of type InterceptorFactory Modifier and Type Method Description static InterceptorFactoriesInterceptorFactories. interceptorFactories(List<InterceptorFactory> factories) -
Uses of InterceptorFactory in de.quantummaid.injectmaid.api.interception.timing
Classes in de.quantummaid.injectmaid.api.interception.timing that implement InterceptorFactory Modifier and Type Class Description classTimingInterceptorFactory
-