Class KotlinConstructorPropertySpecBuilder
-
- All Implemented Interfaces:
-
io.toolisticon.kotlin.generation.Builder,io.toolisticon.kotlin.generation.builder.KotlinDocumentableBuilder,io.toolisticon.kotlin.generation.spec.KotlinConstructorPropertySpecSupplier,io.toolisticon.kotlin.generation.spec.KotlinGeneratorSpecSupplier
public final class KotlinConstructorPropertySpecBuilder implements Builder<KotlinConstructorPropertySpec>, KotlinConstructorPropertySpecSupplier, KotlinDocumentableBuilder<KotlinConstructorPropertySpecBuilder>
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description public classKotlinConstructorPropertySpecBuilder.Companion
-
Field Summary
Fields Modifier and Type Field Description private final Stringnamepublic final static KotlinConstructorPropertySpecBuilder.CompanionCompanion
-
Method Summary
Modifier and Type Method Description StringgetName()Name of property final KotlinConstructorPropertySpecBuildermakePrivate()final KotlinConstructorPropertySpecBuilderaddAnnotation(KotlinAnnotationSpecSupplier annotationSpec)KotlinConstructorPropertySpecBuilderaddKdoc(KDoc kdoc)KotlinConstructorPropertySpecbuild()KotlinConstructorPropertySpecspec()-
-
Method Detail
-
makePrivate
final KotlinConstructorPropertySpecBuilder makePrivate()
-
addAnnotation
final KotlinConstructorPropertySpecBuilder addAnnotation(KotlinAnnotationSpecSupplier annotationSpec)
-
addKdoc
KotlinConstructorPropertySpecBuilder addKdoc(KDoc kdoc)
-
build
KotlinConstructorPropertySpec build()
-
-
-
-