@ProjectGenerationConfiguration @ConditionalOnLanguage(value="groovy") @Import(value=io.spring.initializr.generator.spring.code.groovy.GroovyProjectGenerationDefaultContributorsConfiguration.class) public class GroovyProjectGenerationConfiguration extends Object
| Constructor and Description |
|---|
GroovyProjectGenerationConfiguration(ProjectDescription description,
IndentingWriterFactory indentingWriterFactory) |
| Modifier and Type | Method and Description |
|---|---|
MainSourceCodeProjectContributor<GroovyTypeDeclaration,GroovyCompilationUnit,GroovySourceCode> |
mainGroovySourceCodeProjectContributor(org.springframework.beans.factory.ObjectProvider<MainApplicationTypeCustomizer<?>> mainApplicationTypeCustomizers,
org.springframework.beans.factory.ObjectProvider<MainCompilationUnitCustomizer<?,?>> mainCompilationUnitCustomizers,
org.springframework.beans.factory.ObjectProvider<MainSourceCodeCustomizer<?,?,?>> mainSourceCodeCustomizers) |
TestSourceCodeProjectContributor<GroovyTypeDeclaration,GroovyCompilationUnit,GroovySourceCode> |
testGroovySourceCodeProjectContributor(org.springframework.beans.factory.ObjectProvider<TestApplicationTypeCustomizer<?>> testApplicationTypeCustomizers,
org.springframework.beans.factory.ObjectProvider<TestSourceCodeCustomizer<?,?,?>> testSourceCodeCustomizers) |
public GroovyProjectGenerationConfiguration(ProjectDescription description, IndentingWriterFactory indentingWriterFactory)
@Bean public MainSourceCodeProjectContributor<GroovyTypeDeclaration,GroovyCompilationUnit,GroovySourceCode> mainGroovySourceCodeProjectContributor(org.springframework.beans.factory.ObjectProvider<MainApplicationTypeCustomizer<?>> mainApplicationTypeCustomizers, org.springframework.beans.factory.ObjectProvider<MainCompilationUnitCustomizer<?,?>> mainCompilationUnitCustomizers, org.springframework.beans.factory.ObjectProvider<MainSourceCodeCustomizer<?,?,?>> mainSourceCodeCustomizers)
@Bean public TestSourceCodeProjectContributor<GroovyTypeDeclaration,GroovyCompilationUnit,GroovySourceCode> testGroovySourceCodeProjectContributor(org.springframework.beans.factory.ObjectProvider<TestApplicationTypeCustomizer<?>> testApplicationTypeCustomizers, org.springframework.beans.factory.ObjectProvider<TestSourceCodeCustomizer<?,?,?>> testSourceCodeCustomizers)
Copyright © 2021 Pivotal Software, Inc.. All rights reserved.