Uses of Interface
io.avaje.inject.aop.MethodInterceptor
Packages that use MethodInterceptor
-
Uses of MethodInterceptor in io.avaje.inject.aop
Methods in io.avaje.inject.aop that return MethodInterceptorModifier and TypeMethodDescriptionAspectProvider.interceptor
(Method method, T aspectAnnotation) Return the method interceptor to use for the given method and aspect annotation.Methods in io.avaje.inject.aop with parameters of type MethodInterceptorModifier and TypeMethodDescriptionabstract Invocation.Base
<T> Invocation.Base.wrap
(MethodInterceptor methodInterceptor) Wrap this invocation using a methodInterceptor returning the wrapped call.Invocation.Call.wrap
(MethodInterceptor methodInterceptor) Invocation.Run.wrap
(MethodInterceptor methodInterceptor)