javaLibraryInstanceField

fun javaLibraryInstanceField(    receiverClass: Class<*>,     fieldName: String,     fieldClass: Class<*>): CheckedField

Create a CheckedField for accessing an instance field that has not been annotated with ReferencedInGeneratedCode, failing if there is a problem.

Return

The CheckedField.

Parameters

receiverClass

The type of the object containing the field.

fieldName

The name of the field.

fieldClass

The type of the field.