Get Field Value
class GetFieldValue(val className: String, val fieldName: String) : ReflectionChecker.ReflectionCheck
Get field value is a reflection check which will aim to call the java.lang.reflect.Field.getInt function on the respective field. The value is submitted back in the reply, if a value was obtained.