public class Reflections extends Object
static Method
getGetter(Class<?> clazz, String fieldName)
getSetter(Class<?> clazz, String fieldName, Class<Boolean> fieldType)
static Object
getValue(Object instance, String fieldName)
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
public static Method getSetter(Class<?> clazz, String fieldName, Class<Boolean> fieldType)
public static Method getGetter(Class<?> clazz, String fieldName)
public static Object getValue(Object instance, String fieldName)
Copyright © 2019. All rights reserved.