Package | Description |
---|---|
net.bytebuddy.implementation |
The implementation package contains any logic for intercepting method calls.
|
Modifier and Type | Class and Description |
---|---|
protected static class |
InvokeDynamic.InvocationProvider.Default.Target
A target for a synthetically bound method call.
|
static class |
InvokeDynamic.InvocationProvider.Target.ForMethodDescription
A target that requests to dynamically invoke a method to substitute for a given method.
|
Modifier and Type | Method and Description |
---|---|
InvokeDynamic.InvocationProvider.Target |
InvokeDynamic.InvocationProvider.make(MethodDescription methodDescription)
Creates a target for the invocation.
|
Copyright © 2014–2017. All rights reserved.