public class MethodExecutionPath extends Object implements Serializable
| Modifier and Type | Class and Description |
|---|---|
static class |
MethodExecutionPath.MethodParameterFilter<T> |
static class |
MethodExecutionPath.Parameters |
| Modifier and Type | Field and Description |
|---|---|
static Object |
NULL_ENCOUNTERED_ON_PATH |
| Constructor and Description |
|---|
MethodExecutionPath(Class<? extends Object> clazz,
String... methodNames) |
MethodExecutionPath(Class<? extends Object> clazz,
String methodName) |
MethodExecutionPath(Class<? extends Object> clazz,
String[] methodNames,
MethodExecutionPath.Parameters[] parameters) |
MethodExecutionPath(Class<? extends Object> clazz,
String methodName,
MethodExecutionPath.Parameters parameters) |
| Modifier and Type | Method and Description |
|---|---|
Object |
extractValue(Object object) |
Class<? extends Object> |
getClassType() |
static Method[] |
getRecursiveMethods(Class<?> clazz,
String[] methodNames,
MethodExecutionPath.Parameters[] parameters) |
Class<?> |
getReturnType() |
static MethodExecutionPath |
method(Class<? extends Object> class1,
String method,
Object... paramaters) |
public static final Object NULL_ENCOUNTERED_ON_PATH
public MethodExecutionPath(Class<? extends Object> clazz, String... methodNames)
public MethodExecutionPath(Class<? extends Object> clazz, String methodName, MethodExecutionPath.Parameters parameters)
public MethodExecutionPath(Class<? extends Object> clazz, String[] methodNames, MethodExecutionPath.Parameters[] parameters)
public static MethodExecutionPath method(Class<? extends Object> class1, String method, Object... paramaters)
public static Method[] getRecursiveMethods(Class<?> clazz, String[] methodNames, MethodExecutionPath.Parameters[] parameters)
public Class<?> getReturnType()
Copyright © 2022. All rights reserved.