Package org.apache.iceberg.common
Class DynMethods
- java.lang.Object
- 
- org.apache.iceberg.common.DynMethods
 
- 
 public class DynMethods extends java.lang.ObjectCopied from parquet-common
- 
- 
Nested Class SummaryNested Classes Modifier and Type Class Description static classDynMethods.BoundMethodstatic classDynMethods.Builderstatic classDynMethods.StaticMethodstatic classDynMethods.UnboundMethodConvenience wrapper class aroundMethod.
 - 
Method SummaryAll Methods Static Methods Concrete Methods Modifier and Type Method Description static DynMethods.Builderbuilder(java.lang.String methodName)Constructs a new builder for calling methods dynamically.
 
- 
- 
- 
Method Detail- 
builderpublic 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
 
 
- 
 
-