public class PluginArgument
extends java.lang.Object
implements java.io.Serializable
Plugin constuctor.| Modifier | Constructor and Description |
|---|---|
|
PluginArgument()
Creates a new plugin argument with default initialization.
|
protected |
PluginArgument(int index)
Creates a new plugin argument assignment.
|
protected |
PluginArgument(int index,
java.lang.Object value)
Creates a new plugin argument assignment.
|
| Modifier and Type | Method and Description |
|---|---|
int |
getIndex()
Returns the argument index.
|
java.lang.Object |
getValue()
Returns the argument value.
|
void |
setIndex(int index)
Sets the argument index.
|
void |
setValue(java.lang.Object value)
Sets the argument value.
|
protected net.bytebuddy.build.Plugin.Factory.UsingReflection.ArgumentResolver |
toArgumentResolver()
Resolves this plugin argument to an argument resolver.
|
public PluginArgument()
protected PluginArgument(int index)
index - The argument index.protected PluginArgument(int index,
java.lang.Object value)
index - The argument index.value - The argument value.@Input public int getIndex()
public void setIndex(int index)
index - The argument index.@Input public java.lang.Object getValue()
public void setValue(java.lang.Object value)
value - The argument value.protected net.bytebuddy.build.Plugin.Factory.UsingReflection.ArgumentResolver toArgumentResolver()