Uses of Class
io.avaje.inject.aop.Invocation.Base
Packages that use Invocation.Base
-
Uses of Invocation.Base in io.avaje.inject.aop
Subclasses of Invocation.Base in io.avaje.inject.aopModifier and TypeClassDescriptionstatic final class
Callable based Invocation with checked exceptions.static final class
Runnable based Invocation.Methods in io.avaje.inject.aop that return Invocation.BaseModifier and TypeMethodDescriptionSet the instance, method and arguments for the invocation.abstract 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)