Uses of Class
net.bytebuddy.implementation.MethodCall.WithoutSpecifiedTarget
Packages that use MethodCall.WithoutSpecifiedTarget
Package
Description
The implementation package contains any logic for intercepting method calls.
-
Uses of MethodCall.WithoutSpecifiedTarget in net.bytebuddy.implementation
Methods in net.bytebuddy.implementation that return MethodCall.WithoutSpecifiedTargetModifier and TypeMethodDescriptionMethodCall.invoke(Constructor<?> constructor) Invokes the given constructor on the instance of the instrumented type.Invokes the given method.MethodCall.invoke(MethodDescription methodDescription) Invokes the given method.MethodCall.invoke(MethodCall.MethodLocator.Factory methodLocator) Invokes a method using the provided method locator.MethodCall.invoke(ElementMatcher<? super MethodDescription> matcher) Invokes a unique virtual method or constructor of the instrumented type that is matched by the specified matcher.MethodCall.invoke(ElementMatcher<? super MethodDescription> matcher, MethodGraph.Compiler methodGraphCompiler) Invokes a unique virtual method or constructor of the instrumented type that is matched by the specified matcher.MethodCall.invokeSelf()Invokes the instrumented method recursively.