| Package | Description |
|---|---|
| io.spring.initializr.generator.language.kotlin |
Kotlin language.
|
| Modifier and Type | Method and Description |
|---|---|
static KotlinModifier |
KotlinModifier.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static KotlinModifier[] |
KotlinModifier.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
List<KotlinModifier> |
KotlinPropertyDeclaration.getModifiers() |
| Modifier and Type | Method and Description |
|---|---|
KotlinFunctionDeclaration.Builder |
KotlinFunctionDeclaration.Builder.modifiers(KotlinModifier... modifiers) |
void |
KotlinTypeDeclaration.modifiers(KotlinModifier... modifiers) |
T |
KotlinPropertyDeclaration.Builder.modifiers(KotlinModifier... modifiers) |
Copyright © 2020 Pivotal Software, Inc.. All rights reserved.