Type Spec
A generated class, interface, or enum declaration.
Types
Link copied to clipboard
class Builder : Taggable.Builder<TypeSpec.Builder> , OriginatingElementsHolder.Builder<TypeSpec.Builder>
Content copied to clipboard
Link copied to clipboard
Functions
Link copied to clipboard
Returns the tag attached with type as a key, or null if no tag is attached with that key.
Returns the tag attached with type as a key, or null if no tag is attached with that key.
Link copied to clipboard
fun toBuilder(kind: TypeSpec.Kind = this.kind, name: String? = this.name): TypeSpec.Builder
Content copied to clipboard
Properties
Link copied to clipboard