Uses of Interface
io.avaje.inject.aop.MethodInterceptor
-
Packages that use MethodInterceptor Package Description io.avaje.inject.aop Support for AOP Aspects. -
-
Uses of MethodInterceptor in io.avaje.inject.aop
Methods in io.avaje.inject.aop that return MethodInterceptor Modifier and Type Method Description MethodInterceptorAspectProvider. 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 MethodInterceptor Modifier and Type Method Description abstract Invocation.Build<T>Invocation.Build. wrap(MethodInterceptor methodInterceptor)Wrap this invocation using a methodInterceptor returning the wrapped call.Invocation.Build<T>Invocation.Call. wrap(MethodInterceptor methodInterceptor)Invocation.Build<Void>Invocation.Run. wrap(MethodInterceptor methodInterceptor)
-