GetFieldModifiers

class GetFieldModifiers(val className: String, val fieldName: String) : ReflectionChecker.ReflectionCheck

Get field modifiers aims to try to look up a given field's modifiers, if possible.

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