open static fun <T : Any> accessibleConstructor(clazz: Class<T>, vararg parameterTypes: Class<*>): Constructor<T>
Obtain an accessible constructor for the given class and parameters.
parameterTypes - the parameter types of the desired constructor
NoSuchMethodException - if no such constructor exists
Return
the constructor reference
Since
5.0