public interface IField
String getName()
void setAccessible(boolean b)
Object get(Object target) throws IllegalArgumentException, IllegalAccessException
void set(Object target, Object value) throws IllegalArgumentException, IllegalAccessException
Class<?> getType()
Class<?> getDeclaringClass()
Copyright © 2016. All rights reserved.