Class KotlinTypeDeclaration
java.lang.Object
io.spring.initializr.generator.language.TypeDeclaration
io.spring.initializr.generator.language.kotlin.KotlinTypeDeclaration
- All Implemented Interfaces:
Annotatable
A
declaration
of a type written in Kotlin.- Author:
- Stephane Nicoll
-
Method Summary
Modifier and TypeMethodDescriptionvoid
addFunctionDeclaration
(KotlinFunctionDeclaration methodDeclaration) void
addPropertyDeclaration
(KotlinPropertyDeclaration propertyDeclaration) void
modifiers
(KotlinModifier... modifiers) Methods inherited from class io.spring.initializr.generator.language.TypeDeclaration
annotations, extend, getExtends, getName
-
Method Details
-
modifiers
-
addPropertyDeclaration
-
getPropertyDeclarations
-
addFunctionDeclaration
-
getFunctionDeclarations
-