Class MethodReflectionUtils
java.lang.Object
com.weirddev.testme.intellij.common.reflection.MethodReflectionUtils
Date: 30/12/2017
- Author:
- Yaron Yamin
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionstatic <T> T
getReturnTypeReflectively
(Object object, Class ownerClass, Class<T> returnClass, @Nullable String methodName, Object... params) static <T> T
invokeMethodReflectivelyWithFallback
(Object owner, Class<T> returnClass, String methodName, @Nullable String fallbackMethodName)
-
Constructor Details
-
MethodReflectionUtils
public MethodReflectionUtils()
-
-
Method Details
-
getReturnTypeReflectively
-
invokeMethodReflectivelyWithFallback
-