getFieldValue

inline fun <T, V> T.getFieldValue(fieldName: String): V

Returns the value of the field with the specified name. This involves temporarily setting the accessible flag to true.