java Library Static Method
fun javaLibraryStaticMethod( receiverClass: Class<*>, methodName: String, returnClass: Class<*>, vararg argumentTypes: Class<*>): CheckedMethod
Content copied to clipboard
Create a CheckedMethod for invoking a static 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.
method Name
The name of the method.
return Class
The required return type.
argument Types
A vararg array of argument types.