java Library Instance Field
fun javaLibraryInstanceField( receiverClass: Class<*>, fieldName: String, fieldClass: Class<*>): CheckedField
Content copied to clipboard
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
receiver Class
The type of the object containing the field.
field Name
The name of the field.
field Class
The type of the field.