Class DynMethods

java.lang.Object
org.apache.iceberg.common.DynMethods

public class DynMethods extends Object
Copied from parquet-common
  • Method Details

    • builder

      public static DynMethods.Builder builder(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