constructor Method
fun constructorMethod(receiverClass: Class<*>, vararg argumentTypes: Class<*>): CheckedConstructor
Content copied to clipboard
Create a CheckedMethod for invoking a constructor method that has been annotated with ReferencedInGeneratedCode, 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.