Package | Description |
---|---|
net.bytebuddy.implementation |
The implementation package contains any logic for intercepting method calls.
|
Modifier and Type | Method and Description |
---|---|
static MethodCall.WithoutSpecifiedTarget |
MethodCall.invoke(Constructor<?> constructor)
Invokes the given constructor on the instance of the instrumented type.
|
static MethodCall.WithoutSpecifiedTarget |
MethodCall.invoke(Method method)
Invokes the given method.
|
static MethodCall.WithoutSpecifiedTarget |
MethodCall.invoke(MethodCall.MethodLocator methodLocator)
Invokes a method using the provided method locator.
|
static MethodCall.WithoutSpecifiedTarget |
MethodCall.invoke(MethodDescription methodDescription)
Invokes the given method.
|
Copyright © 2014–2016. All rights reserved.