public abstract static class Method.MethodFunction extends java.lang.Object implements IFunction
Constructor and Description |
---|
MethodFunction() |
Modifier and Type | Method and Description |
---|---|
abstract Method |
apply(java.lang.Object... args) |
byte[] |
getCallIndex() |
Modules.FunctionMetadata |
getMeta() |
java.lang.String |
getMethod() |
java.lang.String |
getSection() |
void |
setCallIndex(byte[] callIndex) |
void |
setMeta(Modules.FunctionMetadata meta) |
void |
setMethod(java.lang.String method) |
void |
setSection(java.lang.String section) |
abstract java.lang.Object |
toJson() |
public abstract Method apply(java.lang.Object... args)
public abstract java.lang.Object toJson()
public byte[] getCallIndex()
public void setCallIndex(byte[] callIndex)
public Modules.FunctionMetadata getMeta()
public void setMeta(Modules.FunctionMetadata meta)
public java.lang.String getMethod()
public void setMethod(java.lang.String method)
public java.lang.String getSection()
public void setSection(java.lang.String section)