Package com.spun.util
Class MethodExecutionPath
java.lang.Object
com.spun.util.MethodExecutionPath
- All Implemented Interfaces:
Serializable
- See Also:
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic classstatic class -
Field Summary
Fields -
Constructor Summary
ConstructorsConstructorDescriptionMethodExecutionPath(Class<? extends Object> clazz, String methodName) MethodExecutionPath(Class<? extends Object> clazz, String... methodNames) MethodExecutionPath(Class<? extends Object> clazz, String[] methodNames, MethodExecutionPath.Parameters[] parameters) MethodExecutionPath(Class<? extends Object> clazz, String methodName, MethodExecutionPath.Parameters parameters) -
Method Summary
Modifier and TypeMethodDescriptionextractValue(Object object) static Method[]getRecursiveMethods(Class<?> clazz, String[] methodNames, MethodExecutionPath.Parameters[] parameters) Class<?>static MethodExecutionPath
-
Field Details
-
NULL_ENCOUNTERED_ON_PATH
-
-
Constructor Details
-
MethodExecutionPath
-
MethodExecutionPath
-
MethodExecutionPath
public MethodExecutionPath(Class<? extends Object> clazz, String methodName, MethodExecutionPath.Parameters parameters) -
MethodExecutionPath
public MethodExecutionPath(Class<? extends Object> clazz, String[] methodNames, MethodExecutionPath.Parameters[] parameters)
-
-
Method Details
-
method
public static MethodExecutionPath method(Class<? extends Object> class1, String method, Object... paramaters) -
getRecursiveMethods
public static Method[] getRecursiveMethods(Class<?> clazz, String[] methodNames, MethodExecutionPath.Parameters[] parameters) -
extractValue
-
getClassType
-
getReturnType
-