Class KotlinParameterSpec

  • All Implemented Interfaces:
    io.toolisticon.kotlin.generation.poet.ParameterSpecSupplier , io.toolisticon.kotlin.generation.poet.PoetSpecSupplier , io.toolisticon.kotlin.generation.spec.KotlinDocumentableSpec , io.toolisticon.kotlin.generation.spec.KotlinGeneratorSpec , io.toolisticon.kotlin.generation.spec.KotlinGeneratorSpecSupplier , io.toolisticon.kotlin.generation.spec.KotlinParameterSpecSupplier , io.toolisticon.kotlin.generation.spec.TaggableSpec , java.util.function.Supplier

    @JvmInline() 
    public final class KotlinParameterSpec
     implements KotlinGeneratorSpec<KotlinParameterSpec, ParameterSpec, ParameterSpecSupplier>, KotlinParameterSpecSupplier, KotlinDocumentableSpec
                        
    • Nested Class Summary

      Nested Classes 
      Modifier and Type Class Description
    • Constructor Summary

      Constructors 
      Constructor Description
      KotlinParameterSpec(ParameterSpec spec)
    • Enum Constant Summary

      Enum Constants 
      Enum Constant Description
    • Method Summary

      Modifier and Type Method Description
      final String getName()
      final TypeName getType()
      KDoc getKdoc()
      <T extends Any> T tag(KClass<T> type)
      KotlinParameterSpec spec()
      ParameterSpec get()
      • Methods inherited from class io.toolisticon.kotlin.generation.spec.KotlinGeneratorSpec

        getCode
      • Methods inherited from class java.lang.Object

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