| Package | Description |
|---|---|
| io.spring.initializr.generator.spring.code |
Code contributors.
|
| io.spring.initializr.generator.spring.code.groovy |
Groovy code contributors.
|
| io.spring.initializr.generator.spring.code.java |
Java code contributors.
|
| io.spring.initializr.generator.spring.code.kotlin |
Kotlin code contributors.
|
| Modifier and Type | Method and Description |
|---|---|
TestApplicationTypeCustomizer<TypeDeclaration> |
SourceCodeProjectGenerationConfiguration.junit4SpringBootTestTypeCustomizer() |
TestApplicationTypeCustomizer<TypeDeclaration> |
SourceCodeProjectGenerationConfiguration.junitJupiterSpringBootTestTypeCustomizer() |
| Constructor and Description |
|---|
TestSourceCodeProjectContributor(ProjectDescription description,
Supplier<S> sourceFactory,
SourceCodeWriter<S> sourceWriter,
org.springframework.beans.factory.ObjectProvider<TestApplicationTypeCustomizer<?>> testApplicationTypeCustomizers,
org.springframework.beans.factory.ObjectProvider<TestSourceCodeCustomizer<?,?,?>> testSourceCodeCustomizers) |
| Modifier and Type | Method and Description |
|---|---|
TestSourceCodeProjectContributor<GroovyTypeDeclaration,GroovyCompilationUnit,GroovySourceCode> |
GroovyProjectGenerationConfiguration.testGroovySourceCodeProjectContributor(org.springframework.beans.factory.ObjectProvider<TestApplicationTypeCustomizer<?>> testApplicationTypeCustomizers,
org.springframework.beans.factory.ObjectProvider<TestSourceCodeCustomizer<?,?,?>> testSourceCodeCustomizers) |
| Modifier and Type | Method and Description |
|---|---|
TestSourceCodeProjectContributor<JavaTypeDeclaration,JavaCompilationUnit,JavaSourceCode> |
JavaProjectGenerationConfiguration.testJavaSourceCodeProjectContributor(org.springframework.beans.factory.ObjectProvider<TestApplicationTypeCustomizer<?>> testApplicationTypeCustomizers,
org.springframework.beans.factory.ObjectProvider<TestSourceCodeCustomizer<?,?,?>> testSourceCodeCustomizers) |
| Modifier and Type | Method and Description |
|---|---|
TestSourceCodeProjectContributor<KotlinTypeDeclaration,KotlinCompilationUnit,KotlinSourceCode> |
KotlinProjectGenerationConfiguration.testKotlinSourceCodeProjectContributor(org.springframework.beans.factory.ObjectProvider<TestApplicationTypeCustomizer<?>> testApplicationTypeCustomizers,
org.springframework.beans.factory.ObjectProvider<TestSourceCodeCustomizer<?,?,?>> testSourceCodeCustomizers) |
Copyright © 2020 Pivotal Software, Inc.. All rights reserved.