Uses of Class
io.spring.initializr.generator.language.kotlin.KotlinExpression
Packages that use KotlinExpression
-
Uses of KotlinExpression in io.spring.initializr.generator.language.kotlin
Subclasses of KotlinExpression in io.spring.initializr.generator.language.kotlinModifier and TypeClassDescriptionclassDeprecated, for removal: This API element is subject to removal in a future version.classDeprecated, for removal: This API element is subject to removal in a future version.since 0.20.0 in favor ofCodeBlockMethods in io.spring.initializr.generator.language.kotlin that return KotlinExpressionModifier and TypeMethodDescriptionKotlinExpressionStatement.getExpression()Deprecated, for removal: This API element is subject to removal in a future version.KotlinReturnStatement.getExpression()Deprecated, for removal: This API element is subject to removal in a future version.Constructors in io.spring.initializr.generator.language.kotlin with parameters of type KotlinExpressionModifierConstructorDescriptionKotlinExpressionStatement(KotlinExpression expression) Deprecated, for removal: This API element is subject to removal in a future version.KotlinReturnStatement(KotlinExpression expression) Deprecated, for removal: This API element is subject to removal in a future version.
CodeBlock