Package snap.util

Class GetBestMethod

java.lang.Object
snap.util.GetBestMethod

public class GetBestMethod extends Object
This class provides functionality to find the best method for given arg classes.
  • Constructor Details

    • GetBestMethod

      public GetBestMethod()
  • Method Details

    • getBestMethod

      public static Method getBestMethod(Class<?> aClass, String aName, Class<?>... theClasses)
      Returns the method for given class and name that best matches given parameter types.