swiftpoet / io.outfoxx.swiftpoet / TypeAliasSpec

TypeAliasSpec

class TypeAliasSpec : AnyTypeSpec

A generated typealias declaration

Types

Builder

class Builder

Properties

doc

val doc: CodeBlock

modifiers

val modifiers: Set<Modifier>

type

val type: TypeName

typeVariables

val typeVariables: List<TypeVariableName>

Functions

equals

fun equals(other: Any?): Boolean

hashCode

fun hashCode(): Int

toBuilder

fun toBuilder(): Builder

toString

fun toString(): String

Companion Object Functions

builder

fun builder(name: String, type: TypeName): Builder