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