public class DynMethods
extends java.lang.Object
| Modifier and Type | Class and Description |
|---|---|
static class |
DynMethods.BoundMethod |
static class |
DynMethods.Builder |
static class |
DynMethods.StaticMethod |
static class |
DynMethods.UnboundMethod
Convenience wrapper class around
Method. |
| Modifier and Type | Method and Description |
|---|---|
static DynMethods.Builder |
builder(java.lang.String methodName)
Constructs a new builder for calling methods dynamically.
|
public static DynMethods.Builder builder(java.lang.String methodName)
methodName - name of the method the builder will locate