public class DynMethods extends 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(String methodName)
Constructs a new builder for calling methods dynamically.
|
public static DynMethods.Builder builder(String methodName)
methodName - name of the method the builder will locateCopyright © 2023 The Apache Software Foundation. All rights reserved.