Package snap.util
Class GetBestMethod
java.lang.Object
snap.util.GetBestMethod
This class provides functionality to find the best method for given arg classes.
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionstatic Method
getBestMethod
(Class<?> aClass, String aName, Class<?>... theClasses) Returns the method for given class and name that best matches given parameter types.
-
Constructor Details
-
GetBestMethod
public GetBestMethod()
-
-
Method Details
-
getBestMethod
Returns the method for given class and name that best matches given parameter types.
-