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 -
-
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 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 voidInterceptors. addInterceptor(Interceptor interceptor) -
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)
-