getDeclaredField
Finds a declared field with the given name.
Return
a Field matching the criteria.
Parameters
name
name of the field to search for.
Throws
ReflectionException
if unable to find the field.
Finds a declared field with the given name.
a Field matching the criteria.
name of the field to search for.
if unable to find the field.