Uses of Class
io.spring.initializr.generator.language.groovy.GroovyExpression
Packages that use GroovyExpression
-
Uses of GroovyExpression in io.spring.initializr.generator.language.groovy
Subclasses of GroovyExpression in io.spring.initializr.generator.language.groovyModifier and TypeClassDescriptionclassDeprecated, for removal: This API element is subject to removal in a future version.Methods in io.spring.initializr.generator.language.groovy that return GroovyExpressionModifier and TypeMethodDescriptionGroovyExpressionStatement.getExpression()Deprecated, for removal: This API element is subject to removal in a future version.GroovyReturnStatement.getExpression()Deprecated, for removal: This API element is subject to removal in a future version.Constructors in io.spring.initializr.generator.language.groovy with parameters of type GroovyExpressionModifierConstructorDescriptionGroovyExpressionStatement(GroovyExpression expression) Deprecated, for removal: This API element is subject to removal in a future version.GroovyReturnStatement(GroovyExpression expression) Deprecated, for removal: This API element is subject to removal in a future version.
CodeBlock