java Library Constructor Method
fun javaLibraryConstructorMethod(receiverClass: Class<*>, vararg argumentTypes: Class<*>): CheckedConstructor
Content copied to clipboard
Create a CheckedMethod for invoking an instance method that cannot have a ReferencedInGeneratedCode annotation, failing if there is a problem.
Return
The CheckedMethod.
Parameters
receiver Class
The type of the receiver of the method.
argument Types
A vararg array of argument types.