- java.lang.Object
-
- org.pdfsam.eventstudio.util.ReflectionUtils
-
public final class ReflectionUtils extends java.lang.ObjectUtility class used to infer the parameter type of an input method of an input class
-
-
Constructor Summary
Constructors Modifier Constructor Description privateReflectionUtils()
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static java.lang.ClassinferParameterClass(java.lang.Class clazz, java.lang.String methodName)Given a concrete class and a method name, it tries to infer the Class of the first parameter of the method
-