Package | Description |
---|---|
net.bytebuddy.implementation |
The implementation package contains any logic for intercepting method calls.
|
Modifier and Type | Class and Description |
---|---|
protected static class |
MethodCall.TargetHandler.ForField.Factory
A factory for a field access.
|
protected static class |
MethodCall.TargetHandler.ForMethodCall.Factory
Creates a factory for invoking a method on the return type of another method.
|
static class |
MethodCall.TargetHandler.ForMethodParameter
A target handler that loads the parameter of the given index as the target object.
|
protected static class |
MethodCall.TargetHandler.ForSelfOrStaticInvocation.Factory
A factory for invoking a static method or a self-declared method.
|
protected static class |
MethodCall.TargetHandler.ForValue.Factory
A factory for a target handler that loads a specific value.
|
static class |
MethodCall.TargetHandler.Simple
A simple target handler that applies a given stack manipulation.
|
Modifier and Type | Field and Description |
---|---|
protected MethodCall.TargetHandler.Factory |
MethodCall.targetHandler
The target handler to use.
|
Constructor and Description |
---|
MethodCall(MethodCall.MethodLocator.Factory methodLocator,
MethodCall.TargetHandler.Factory targetHandler,
List<MethodCall.ArgumentLoader.Factory> argumentLoaders,
MethodCall.MethodInvoker.Factory methodInvoker,
MethodCall.TerminationHandler.Factory terminationHandler,
Assigner assigner,
Assigner.Typing typing)
Creates a new method call implementation.
|
Copyright © 2014–2019. All rights reserved.