Package org.apache.iceberg.common
Class DynMethods
- java.lang.Object
-
- org.apache.iceberg.common.DynMethods
-
public class DynMethods extends java.lang.Object
Copied from parquet-common
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static class
DynMethods.BoundMethod
static class
DynMethods.Builder
static class
DynMethods.StaticMethod
static class
DynMethods.UnboundMethod
Convenience wrapper class aroundMethod
.
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static DynMethods.Builder
builder(java.lang.String methodName)
Constructs a new builder for calling methods dynamically.
-
-
-
Method Detail
-
builder
public static DynMethods.Builder builder(java.lang.String methodName)
Constructs a new builder for calling methods dynamically.- Parameters:
methodName
- name of the method the builder will locate- Returns:
- a Builder for finding a method
-
-