TypeRef

data class TypeRef(val mainTargetType: Type, val typeParameters: List<Type> = emptyList()) : HttpSchema

Constructors

Link copied to clipboard
constructor(mainTargetType: Type, typeParameters: List<Type> = emptyList())

Properties

Link copied to clipboard
Link copied to clipboard