public static class MethodExecutionPath.Parameters extends Object
| Modifier and Type | Field and Description |
|---|---|
Class<?>[] |
definitions |
static MethodExecutionPath.Parameters |
EMPTY |
Object[] |
values |
| Constructor and Description |
|---|
Parameters(Class<?>[] definitions,
Object[] values) |
Parameters(Object... values) |
| Modifier and Type | Method and Description |
|---|---|
Method |
getBestFitMethod(Class<?> clazz,
String currentMethodName) |
static Method |
getBestFitMethod(Class<?> clazz,
String currentMethodName,
Class<?>[] definitions) |
static MethodExecutionPath.Parameters |
getParametersFor(MethodExecutionPath.Parameters[] parameters,
int i) |
String |
toString() |
public static final MethodExecutionPath.Parameters EMPTY
public Class<?>[] definitions
public Object[] values
public Parameters(Object... values)
public static Method getBestFitMethod(Class<?> clazz, String currentMethodName, Class<?>[] definitions)
public static MethodExecutionPath.Parameters getParametersFor(MethodExecutionPath.Parameters[] parameters, int i)
Copyright © 2022. All rights reserved.