Let's assume we have a simple class Person that defines the following field:
The following sections illustrate field access using FEST-Reflect. We will assume that we have the variable person of type Person. We are also going to assume the following static import:
Reading the value of a field
Setting the value of a field
See Also
Labels: