public class DataReflect extends Object
DataReflect()
static Object
beanInvoke(Object instance, String methodName, List<String> parametersTypes, List<Object> parametersValues)
classInvoke(String className, String methodName, List<String> parametersTypes, List<Object> parametersValues)
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
public DataReflect()
public static Object beanInvoke(Object instance, String methodName, List<String> parametersTypes, List<Object> parametersValues) throws Exception
instance
methodName
parametersTypes
parametersValues
Exception
public static Object classInvoke(String className, String methodName, List<String> parametersTypes, List<Object> parametersValues) throws Exception
className
Copyright © 2023 wuyushuo. All rights reserved.