TypeConstructor

data class TypeConstructor(val fullyQualifiedName: String, val params: List<TypeReference>) : TypeReference

Constructors

Link copied to clipboard
fun TypeConstructor(fullyQualifiedName: String, params: List<TypeReference>)

Functions

Link copied to clipboard
open override fun toString(): String

Properties

Link copied to clipboard
val fullyQualifiedName: String
Link copied to clipboard
val params: List<TypeReference>