GetFieldValue

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.

Constructors

Link copied to clipboard
constructor(className: String, fieldName: String)

Properties

Link copied to clipboard

the full class name in which the field exists.

Link copied to clipboard

the name of the field in that class to look up.

Functions

Link copied to clipboard
open operator override fun equals(other: Any?): Boolean
Link copied to clipboard
open override fun hashCode(): Int
Link copied to clipboard
open override fun toString(): String