Uses of Class
io.avaje.inject.aop.Invocation.Build
Packages that use Invocation.Build
-
Uses of Invocation.Build in io.avaje.inject.aop
Subclasses of Invocation.Build 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.BuildModifier and TypeMethodDescriptionSet the instance, method and arguments for the invocation.abstract Invocation.Build<T>Invocation.Build.wrap(MethodInterceptor methodInterceptor) Wrap this invocation using a methodInterceptor returning the wrapped call.Invocation.Call.wrap(MethodInterceptor methodInterceptor) Invocation.Run.wrap(MethodInterceptor methodInterceptor)