open static fun getType(typeDescriptor: String): Type
Returns the Java type corresponding to the given type descriptor.
typeDescriptor
- a field or method type descriptor.
Return
the Java type corresponding to the given type descriptor.
open static fun getType(c: Class<*>): Type
Returns the Java type corresponding to the given class.
Return
the Java type corresponding to the given class.
open static fun getType(c: Constructor<*>): Type
Returns the Java method type corresponding to the given constructor.
Return
the Java method type corresponding to the given constructor.
open static fun getType(m: Method): Type
Returns the Java method type corresponding to the given method.
Return
the Java method type corresponding to the given method.