Package org.apache.iceberg.common
Class DynMethods
java.lang.Object
org.apache.iceberg.common.DynMethods
Copied from parquet-common
-
Nested Class Summary
Modifier and TypeClassDescriptionstatic class
static class
static class
static class
Convenience wrapper class aroundMethod
. -
Method Summary
Modifier and TypeMethodDescriptionstatic DynMethods.Builder
Constructs a new builder for calling methods dynamically.
-
Method Details
-
builder
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
-