Uses of Class java.lang.reflect.Field

Uses in package java.lang

Methods with return type java.lang.reflect.Field

Field
Get a field declared in this class, where name is its simple name.
Field[]
Get all the declared fields in this class, but not those inherited from superclasses.
Field
Get a public field declared or inherited in this class, where name is its simple name.
Field[]
Get all the public fields declared in this class or inherited from superclasses.