Uses of Interface
net.bytebuddy.implementation.MethodCall.MethodInvoker
Packages that use MethodCall.MethodInvoker
Package
Description
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.MethodInvokerModifier and TypeClassDescriptionstatic class
Applies a contextual invocation of the provided method, i.e.static class
Invokes a method as a Java 8 default method.static class
Applies a super method invocation of the provided method.static class
Applies a virtual invocation on a given type.protected static enum
A method invoker for a virtual method that uses an implicit target type.Fields in net.bytebuddy.implementation declared as MethodCall.MethodInvokerModifier and TypeFieldDescriptionprivate final MethodCall.MethodInvoker
MethodCall.Appender.methodInvoker
The method invoker to use.Methods in net.bytebuddy.implementation that return MethodCall.MethodInvokerModifier and TypeMethodDescriptionMethodCall.MethodInvoker.Factory.make
(TypeDescription instrumentedType) Creates a method invoker.MethodCall.MethodInvoker.ForContextualInvocation.Factory.make
(TypeDescription instrumentedType) Creates a method invoker.MethodCall.MethodInvoker.ForDefaultMethodInvocation.Factory.make
(TypeDescription instrumentedType) Creates a method invoker.MethodCall.MethodInvoker.ForSuperMethodInvocation.Factory.make
(TypeDescription instrumentedType) Creates a method invoker.MethodCall.MethodInvoker.ForVirtualInvocation.Factory.make
(TypeDescription instrumentedType) Creates a method invoker.MethodCall.MethodInvoker.ForVirtualInvocation.WithImplicitType.make
(TypeDescription instrumentedType) Creates a method invoker.