Package cn.cloudself.query.util.ext
Class Reflect
- java.lang.Object
-
- cn.cloudself.query.util.ext.Reflect
-
public class Reflect extends Object
-
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description ObjectgetResult()Reflectinvoke(String methodName, Object... args)static Reflectof(Class<?> clazz)static Reflectof(Object obj)
-
-
-
Method Detail
-
invoke
public Reflect invoke(String methodName, Object... args) throws InvocationTargetException, IllegalAccessException, NoSuchMethodException
-
getResult
public Object getResult()
-
-