Package com.spun.util
Class MethodExecutionPath.Parameters
java.lang.Object
com.spun.util.MethodExecutionPath.Parameters
- Enclosing class:
- MethodExecutionPath
public static class MethodExecutionPath.Parameters extends Object
-
Field Summary
Fields Modifier and Type Field Description Class<?>[]definitionsstatic MethodExecutionPath.ParametersEMPTYObject[]values -
Constructor Summary
Constructors Constructor Description Parameters(Class<?>[] definitions, Object[] values)Parameters(Object... values) -
Method Summary
Modifier and Type Method Description MethodgetBestFitMethod(Class<?> clazz, String currentMethodName)static MethodgetBestFitMethod(Class<?> clazz, String currentMethodName, Class<?>[] definitions)static MethodExecutionPath.ParametersgetParametersFor(MethodExecutionPath.Parameters[] parameters, int i)StringtoString()
-
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
-