Copier: Skip fields we cannot access

If we aren't including inaccessible fields, avoid throwing and catching
IllegalAccessException by checking canAccess() before attempting to get
the field value. This should reduce some overhead associated with
throwing exceptions.

Change-Id: I0b8463b5a6b14b1f1d6f2a532fae6188c093614d
1 file changed