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