Uses of Class
io.avaje.inject.aop.Invocation.Build
-
Packages that use Invocation.Build Package Description io.avaje.inject.aop Support for AOP Aspects. -
-
Uses of Invocation.Build in io.avaje.inject.aop
Subclasses of Invocation.Build in io.avaje.inject.aop Modifier and Type Class Description static classInvocation.Call<T>Callable based Invocation with checked exceptions.static classInvocation.RunRunnable based Invocation.Methods in io.avaje.inject.aop that return Invocation.Build Modifier and Type Method Description Invocation.Build<T>Invocation.Build. with(Object instance, Method method, Object... args)Set 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.Build<T>Invocation.Call. wrap(MethodInterceptor methodInterceptor)Invocation.Build<Void>Invocation.Run. wrap(MethodInterceptor methodInterceptor)
-