@JvmOverloads @JvmStatic fun get(mirror: TypeMirror, typeVariables: MutableMap<TypeParameterElement, TypeVariableName> = mutableMapOf()): TypeName
Returns a type name equivalent to mirror.
@JvmStatic fun get(type: KClass<*>): TypeName
@JvmOverloads @JvmStatic fun get(type: Type, map: MutableMap<Type, TypeVariableName> = mutableMapOf()): TypeName
Returns a type name equivalent to type.