Package | Description |
---|---|
net.bytebuddy.implementation |
The implementation package contains any logic for intercepting method calls.
|
Modifier and Type | Class and Description |
---|---|
static class |
MethodCall.MethodLocator.ForExplicitMethod
Invokes a given method.
|
static class |
MethodCall.MethodLocator.ForInterceptedMethod
A method locator that simply returns the intercepted method.
|
Modifier and Type | Field and Description |
---|---|
protected MethodCall.MethodLocator |
MethodCall.methodLocator
The method locator to use.
|
Modifier and Type | Method and Description |
---|---|
static MethodCall.WithoutSpecifiedTarget |
MethodCall.invoke(MethodCall.MethodLocator methodLocator)
Invokes a method using the provided method locator.
|
Constructor and Description |
---|
MethodCall(MethodCall.MethodLocator methodLocator,
MethodCall.TargetHandler targetHandler,
List<MethodCall.ArgumentLoader> argumentLoaders,
MethodCall.MethodInvoker methodInvoker,
MethodCall.TerminationHandler terminationHandler,
Assigner assigner,
boolean dynamicallyTyped)
Creates a new method call implementation.
|
WithoutSpecifiedTarget(MethodCall.MethodLocator methodLocator)
Creates a new method call without a specified target.
|
Copyright © 2014–2015. All rights reserved.