Uses of Class
aQute.lib.aspects.Aspects.Invocation
Packages that use Aspects.Invocation
-
Uses of Aspects.Invocation in aQute.lib.aspects
Method parameters in aQute.lib.aspects with type arguments of type Aspects.InvocationModifier and TypeMethodDescriptionAspects.InterceptBuilder.after
(BiFunctionWithException<Aspects.Invocation, Object, Object> after) Provide a function that is called after the method is called.Aspects.InterceptBuilder.around
(BiFunctionWithException<Aspects.Invocation, Callable<Object>, Object> around) Provide a function that is called with the method calling function.Aspects.InterceptBuilder.before
(ConsumerWithException<Aspects.Invocation> before) Provide a function that is called before the method is called.Aspects.InterceptBuilder.intercept
(FunctionWithException<Aspects.Invocation, Object> intercept, String name, Class<?>... types) Intercept a method call with a lambda.Aspects.InterceptBuilder.onException
(BiFunctionWithException<Aspects.Invocation, Throwable, Object> exception) Called when an exception occurs