Uses of Class
io.avaje.inject.aop.Invocation.Base
-
Uses of Invocation.Base in io.avaje.inject.aop
Subclasses of Invocation.Base in io.avaje.inject.aopModifier and TypeClassDescriptionstatic final classCallable based Invocation with checked exceptions.static final classRunnable 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)