Package org.apache.iceberg.common
Class DynMethods
java.lang.Object
org.apache.iceberg.common.DynMethods
Copied from parquet-common
- 
Nested Class SummaryNested ClassesModifier and TypeClassDescriptionstatic classstatic classstatic classstatic classConvenience wrapper class aroundMethod.
- 
Method SummaryModifier and TypeMethodDescriptionstatic DynMethods.BuilderConstructs a new builder for calling methods dynamically.
- 
Method Details- 
builderConstructs a new builder for calling methods dynamically.- Parameters:
- methodName- name of the method the builder will locate
- Returns:
- a Builder for finding a method
 
 
-