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 Summary
Nested Classes Modifier and Type Class Description static classDynMethods.BoundMethodstatic classDynMethods.Builderstatic classDynMethods.StaticMethodstatic classDynMethods.UnboundMethodConvenience wrapper class aroundMethod. 
- 
Method Summary
All 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
- 
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
 
 
 - 
 
 -