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