Class KotlinConstructorPropertySpecBuilder

    • Constructor Summary

      Constructors 
      Constructor Description
    • Enum Constant Summary

      Enum Constants 
      Enum Constant Description
    • Method Summary

      Modifier and Type Method Description
      String getName() Name of property
      KotlinConstructorPropertySpec build()
      <Error class: unknown class> addAnnotation(KotlinAnnotationSpecSupplier spec) Implementing builder needs to store the spec provided and apply it to the build.
      <Error class: unknown class> addKdoc(KDoc kdoc) Implementing builders have to add this to their build.
      <Error class: unknown class> addModifiers(KModifier modifiers) Add modifiers.
      <Error class: unknown class> addTag(KClass<?> type, Object tag)
      KotlinConstructorPropertySpec spec()
      • Methods inherited from class io.toolisticon.kotlin.generation.builder.KotlinAnnotatableBuilder

        addAnnotation, addAnnotation, addAnnotation, addAnnotation
      • Methods inherited from class io.toolisticon.kotlin.generation.builder.KotlinDocumentableBuilder

        addKDoc, addKdoc, addKdoc
      • Methods inherited from class io.toolisticon.kotlin.generation.builder.KotlinModifiableBuilder

        addModifiers, makeAbstract, makePrivate
      • Methods inherited from class io.toolisticon.kotlin.generation.builder.KotlinTaggableBuilder

        addTag, removeTag
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait