Companion
object Companion
Functions
Link copied to clipboard
Create a CheckedField for accessing an instance field that has been annotated with ReferencedInGeneratedCode, failing if there is a problem.
Link copied to clipboard
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.
Link copied to clipboard
fun javaLibraryStaticField(receiverClass: Class<*>, fieldName: String, fieldClass: Class<*>): CheckedField
Create a CheckedField for accessing a static field that has not been annotated with ReferencedInGeneratedCode, failing if there is a problem.
Link copied to clipboard
Create a CheckedField for accessing a static field that has been annotated with ReferencedInGeneratedCode, failing if there is a problem.