getField
Retrieves a field by a path of names.
Return
The found field, or null if not found.
Parameters
name
A list of names representing the path to the field.
Retrieves a field by an array of names.
Return
The found field, or null if not found.
Parameters
name
An array of names representing the path to the field.
Retrieves a field by its name.
Return
The found field, or null if not found.
Parameters
name
The name of the field to retrieve.