public final class ReflectionUtils extends Object
public static void setRefValue(Object object, Method method, Object... args) throws ReflectiveOperationException
object - 对象method - 方法args - 方法参数对象ReflectiveOperationException - 反射操作异常public static Map<Field,Method> fieldAndSetterMethod(Class clazz) throws IntrospectionException
clazz - Class对象IntrospectionException - 内省异常Copyright © 2017–2019. All rights reserved.