Package me.qscbm.inlayx.util
Class ReflectionUtils
java.lang.Object
me.qscbm.inlayx.util.ReflectionUtils
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic MethodfindMethod(Object target, String name, Class<?>... paramTypes) static ObjectgetFieldValue(Class<?> clazz, String fieldName)
-
Constructor Details
-
ReflectionUtils
public ReflectionUtils()
-
-
Method Details
-
getFieldValue
-
findMethod
-