public abstract class ReflectUtil extends Object
ReflectUtil()
abstract Object
get(Class<?> clazz, Object instance, String name)
static ReflectUtil
instance()
newObject(Class<?> clazz)
abstract void
set(Class<?> clazz, Object instance, String name, Object value)
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
public ReflectUtil()
public abstract Object newObject(Class<?> clazz)
public abstract Object get(Class<?> clazz, Object instance, String name)
public abstract void set(Class<?> clazz, Object instance, String name, Object value)
public static ReflectUtil instance()
Copyright © 2020. All rights reserved.