DeclaredField

class DeclaredField<T>(clazz: Class<*>, name: String, receiver: Any?)

A simple wrapper around a Field object providing type safe read and write access using value, ignoring the field's visibility.

Constructors

Link copied to clipboard
constructor(clazz: Class<*>, name: String, receiver: Any?)

Properties

Link copied to clipboard
Link copied to clipboard
var value: T