NullableCustomType

class NullableCustomType(val className: String, val packageName: String, fields: List<TypeMember> = emptyList()) : CustomType, Nullable

A nullable variant of CustomType.

Constructors

Link copied to clipboard
constructor(className: String, packageName: String, fields: List<TypeMember> = emptyList())

Properties

Link copied to clipboard
open override val className: String
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
open override val packageName: String

Functions

Link copied to clipboard
open override fun copy(fields: List<TypeMember>): NullableCustomType
Link copied to clipboard
open operator override fun equals(other: Any?): Boolean
Link copied to clipboard
open override fun hashCode(): Int
Link copied to clipboard
open override fun toString(): String
Link copied to clipboard
fun AbstractType?.typeSimplename(asKotlinType: Boolean = true): String