public static class InvocationPlugins.Binding extends Object
InvocationPlugin
with the details of a method it substitutes.Modifier and Type | Field and Description |
---|---|
String |
argumentsDescriptor
A partial
method
descriptor for the associated method.
|
boolean |
isStatic
Specifies if the associated method is static.
|
String |
name
The name of the associated method.
|
InvocationPlugin |
plugin
The plugin this binding is for.
|
public final InvocationPlugin plugin
public final boolean isStatic
public final String name
public final String argumentsDescriptor
'('
and ')'
characters but omits the return type suffix.