A Field
provides information about, and dynamic access to, a
single field of a class or an interface. The reflected field may
be a class (static) field or an instance field.
A Field
permits widening conversions to occur during a get or
set access operation, but throws an IllegalArgumentException
if a
narrowing conversion would occur.
extends
Member, java.lang.Class, java.lang.Class.getFields(), java.lang.Class.getField(String), java.lang.Class.getDeclaredFields(), java.lang.Class.getDeclaredField(String)