Package com.spun.util
Class MethodExecutionPath.Parameters
java.lang.Object
com.spun.util.MethodExecutionPath.Parameters
- Enclosing class:
- MethodExecutionPath
-
Field Summary
Fields -
Constructor Summary
ConstructorsConstructorDescriptionParameters(Class<?>[] definitions, Object[] values) Parameters(Object... values) -
Method Summary
Modifier and TypeMethodDescriptiongetBestFitMethod(Class<?> clazz, String currentMethodName) static MethodgetBestFitMethod(Class<?> clazz, String currentMethodName, Class<?>[] definitions) getParametersFor(MethodExecutionPath.Parameters[] parameters, int i) toString()
-
Field Details
-
EMPTY
-
definitions
-
values
-
-
Constructor Details
-
Parameters
-
Parameters
-
-
Method Details
-
getBestFitMethod
-
getBestFitMethod
-
getParametersFor
public static MethodExecutionPath.Parameters getParametersFor(MethodExecutionPath.Parameters[] parameters, int i) -
toString
-