Uses of Interface
net.bytebuddy.implementation.MethodCall.MethodInvoker
-
Packages that use MethodCall.MethodInvoker Package Description net.bytebuddy.implementation The implementation package contains any logic for intercepting method calls. -
-
Uses of MethodCall.MethodInvoker in net.bytebuddy.implementation
Classes in net.bytebuddy.implementation that implement MethodCall.MethodInvoker Modifier and Type Class Description static classMethodCall.MethodInvoker.ForContextualInvocationApplies a contextual invocation of the provided method, i.e.static classMethodCall.MethodInvoker.ForDefaultMethodInvocationInvokes a method as a Java 8 default method.static classMethodCall.MethodInvoker.ForSuperMethodInvocationApplies a super method invocation of the provided method.static classMethodCall.MethodInvoker.ForVirtualInvocationApplies a virtual invocation on a given type.protected static classMethodCall.MethodInvoker.ForVirtualInvocation.WithImplicitTypeA method invoker for a virtual method that uses an implicit target type.Methods in net.bytebuddy.implementation that return MethodCall.MethodInvoker Modifier and Type Method Description MethodCall.MethodInvokerMethodCall.MethodInvoker.Factory. make(TypeDescription instrumentedType)Creates a method invoker.MethodCall.MethodInvokerMethodCall.MethodInvoker.ForVirtualInvocation.Factory. make(TypeDescription instrumentedType)Creates a method invoker.MethodCall.MethodInvokerMethodCall.MethodInvoker.ForVirtualInvocation.WithImplicitType. make(TypeDescription instrumentedType)Creates a method invoker.
-