Class KotlinFunSpec

  • All Implemented Interfaces:
    io.toolisticon.kotlin.generation.poet.FunSpecSupplier , io.toolisticon.kotlin.generation.poet.PoetSpecSupplier , io.toolisticon.kotlin.generation.spec.KotlinFunSpecSupplier , io.toolisticon.kotlin.generation.spec.KotlinGeneratorSpec , io.toolisticon.kotlin.generation.spec.KotlinGeneratorSpecSupplier , java.util.function.Supplier

    
    public final class KotlinFunSpec
     implements KotlinGeneratorSpec<KotlinFunSpec, FunSpec, FunSpecSupplier>, KotlinFunSpecSupplier
                        
    • Nested Class Summary

      Nested Classes 
      Modifier and Type Class Description
    • Field Summary

      Fields 
      Modifier and Type Field Description
      private final String code
    • Constructor Summary

      Constructors 
      Constructor Description
      KotlinFunSpec(FunSpec spec)
    • Enum Constant Summary

      Enum Constants 
      Enum Constant Description
    • Method Summary

      Modifier and Type Method Description
      KotlinFunSpec spec()
      FunSpec 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
    • Constructor Detail

      • KotlinFunSpec

        KotlinFunSpec(FunSpec spec)