Package | Description |
---|---|
net.bytebuddy.implementation |
The implementation package contains any logic for intercepting method calls.
|
Modifier and Type | Class and Description |
---|---|
static class |
MethodCall.MethodInvoker.ForContextualInvocation
Applies a contextual invocation of the provided method, i.e.
|
static class |
MethodCall.MethodInvoker.ForDefaultMethodInvocation
Invokes a method as a Java 8 default method.
|
static class |
MethodCall.MethodInvoker.ForSuperMethodInvocation
Applies a super method invocation of the provided method.
|
static class |
MethodCall.MethodInvoker.ForVirtualInvocation
Applies a virtual invocation on a given type.
|
protected static class |
MethodCall.MethodInvoker.ForVirtualInvocation.WithImplicitType
A method invoker for a virtual method that uses an implicit target type.
|
Modifier and Type | Method and Description |
---|---|
MethodCall.MethodInvoker |
MethodCall.MethodInvoker.Factory.make(TypeDescription instrumentedType)
Creates a method invoker.
|
MethodCall.MethodInvoker |
MethodCall.MethodInvoker.ForVirtualInvocation.WithImplicitType.make(TypeDescription instrumentedType)
Creates a method invoker.
|
MethodCall.MethodInvoker |
MethodCall.MethodInvoker.ForVirtualInvocation.Factory.make(TypeDescription instrumentedType)
Creates a method invoker.
|
Copyright © 2014–2023. All rights reserved.