get the field value of a specific instance instance the instance field the field name
instance
field
V get<V>(Object instance, String field) { return _getField(field).getter(instance); }