Class DynMethods


  • public class DynMethods
    extends java.lang.Object
    Copied from parquet-common
    • 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