Class KotlinEnumClassSpec
-
- All Implemented Interfaces:
-
io.toolisticon.kotlin.generation.poet.PoetSpecSupplier
,io.toolisticon.kotlin.generation.poet.TypeSpecSupplier
,io.toolisticon.kotlin.generation.spec.KotlinEnumClassSpecSupplier
,io.toolisticon.kotlin.generation.spec.KotlinGeneratorSpec
,io.toolisticon.kotlin.generation.spec.KotlinGeneratorSpecSupplier
,io.toolisticon.kotlin.generation.spec.KotlinGeneratorTypeSpec
,java.util.function.Supplier
public final class KotlinEnumClassSpec implements KotlinGeneratorTypeSpec<KotlinEnumClassSpec>, KotlinEnumClassSpecSupplier
-
-
Constructor Summary
Constructors Constructor Description KotlinEnumClassSpec(TypeSpec spec)
-
Method Summary
Modifier and Type Method Description KotlinEnumClassSpec
spec()
TypeSpec
get()
-
-
Method Detail
-
spec
KotlinEnumClassSpec spec()
-
get
TypeSpec get()
-
-
-
-