| Package | Description |
|---|---|
| io.spring.initializr.generator.language |
Language abstraction.
|
| io.spring.initializr.generator.language.groovy |
Groovy language.
|
| io.spring.initializr.generator.language.java |
Java language.
|
| io.spring.initializr.generator.language.kotlin |
Kotlin language.
|
| io.spring.initializr.generator.spring.code |
Code contributors.
|
| Modifier and Type | Interface and Description |
|---|---|
interface |
SourceCodeWriter<S extends SourceCode<?,?>>
A writer for some
SourceCode. |
| Modifier and Type | Class and Description |
|---|---|
class |
GroovySourceCode
Groovy
SourceCode. |
| Modifier and Type | Class and Description |
|---|---|
class |
JavaSourceCode
Java
SourceCode. |
| Modifier and Type | Class and Description |
|---|---|
class |
KotlinSourceCode
Kotlin
SourceCode. |
| Modifier and Type | Interface and Description |
|---|---|
interface |
MainSourceCodeCustomizer<T extends TypeDeclaration,C extends CompilationUnit<T>,S extends SourceCode<T,C>>
Callback for customizing the application's main source code.
|
class |
MainSourceCodeProjectContributor<T extends TypeDeclaration,C extends CompilationUnit<T>,S extends SourceCode<T,C>>
ProjectContributor for the application's main source code. |
interface |
TestSourceCodeCustomizer<T extends TypeDeclaration,C extends CompilationUnit<T>,S extends SourceCode<T,C>>
Callback for customizing the application's test source code.
|
class |
TestSourceCodeProjectContributor<T extends TypeDeclaration,C extends CompilationUnit<T>,S extends SourceCode<T,C>>
ProjectContributor for the application's test source code. |
Copyright © 2020 Pivotal Software, Inc.. All rights reserved.