Uses of Class
io.spring.initializr.generator.language.groovy.GroovySourceCode
Packages that use GroovySourceCode
Package
Description
Groovy language.
Groovy code contributors.
-
Uses of GroovySourceCode in io.spring.initializr.generator.language.groovy
Methods in io.spring.initializr.generator.language.groovy with parameters of type GroovySourceCodeModifier and TypeMethodDescriptionvoid
GroovySourceCodeWriter.writeTo
(SourceStructure structure, GroovySourceCode sourceCode) -
Uses of GroovySourceCode in io.spring.initializr.generator.spring.code.groovy
Methods in io.spring.initializr.generator.spring.code.groovy that return types with arguments of type GroovySourceCodeModifier and TypeMethodDescriptionGroovyProjectGenerationConfiguration.mainGroovySourceCodeProjectContributor
(org.springframework.beans.factory.ObjectProvider<MainApplicationTypeCustomizer<?>> mainApplicationTypeCustomizers, org.springframework.beans.factory.ObjectProvider<MainCompilationUnitCustomizer<?, ?>> mainCompilationUnitCustomizers, org.springframework.beans.factory.ObjectProvider<MainSourceCodeCustomizer<?, ?, ?>> mainSourceCodeCustomizers) GroovyProjectGenerationConfiguration.testGroovySourceCodeProjectContributor
(org.springframework.beans.factory.ObjectProvider<TestApplicationTypeCustomizer<?>> testApplicationTypeCustomizers, org.springframework.beans.factory.ObjectProvider<TestSourceCodeCustomizer<?, ?, ?>> testSourceCodeCustomizers)