Class KotlinPropertySpec
-
- All Implemented Interfaces:
-
io.toolisticon.kotlin.generation.poet.PoetSpecSupplier
,io.toolisticon.kotlin.generation.poet.PropertySpecSupplier
,io.toolisticon.kotlin.generation.spec.KotlinDocumentableSpec
,io.toolisticon.kotlin.generation.spec.KotlinGeneratorSpec
,io.toolisticon.kotlin.generation.spec.KotlinGeneratorSpecSupplier
,io.toolisticon.kotlin.generation.spec.KotlinPropertySpecSupplier
,java.util.function.Supplier
@JvmInline() public final class KotlinPropertySpec implements KotlinGeneratorSpec<KotlinPropertySpec, PropertySpec, PropertySpecSupplier>, KotlinPropertySpecSupplier, KotlinDocumentableSpec
-
-
Constructor Summary
Constructors Constructor Description KotlinPropertySpec(PropertySpec spec)
-
Method Summary
Modifier and Type Method Description final String
getName()
final TypeName
getType()
final Boolean
getMutable()
KDoc
getKdoc()
KotlinPropertySpec
spec()
PropertySpec
get()
-
-
Method Detail
-
getType
final TypeName getType()
-
getMutable
final Boolean getMutable()
-
spec
KotlinPropertySpec spec()
-
get
PropertySpec get()
-
-
-
-