constructMethodDescriptor

fun constructMethodDescriptor(returnType: TypeLike, vararg parameterTypes: TypeLike): String(source)

Construct a method descriptor

Return

the method's descriptor string

Parameters

returnType

the return type of the method

parameterTypes

the parameter types of the method