Package org.apache.iceberg.common
Class DynMethods
java.lang.Object
org.apache.iceberg.common.DynMethods
Copied from parquet-common
- 
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic classstatic classstatic classstatic classConvenience wrapper class aroundMethod. - 
Method Summary
Modifier and TypeMethodDescriptionstatic DynMethods.BuilderConstructs 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
 
 
 -