| Package | Description |
|---|---|
| org.springframework.boot.cli.compiler | |
| org.springframework.boot.cli.compiler.autoconfigure | |
| org.springframework.boot.cli.runner |
| Modifier and Type | Method and Description |
|---|---|
void |
CompilerAutoConfiguration.apply(groovy.lang.GroovyClassLoader loader,
GroovyCompilerConfiguration configuration,
org.codehaus.groovy.classgen.GeneratorContext generatorContext,
org.codehaus.groovy.control.SourceUnit source,
org.codehaus.groovy.ast.ClassNode classNode)
Apply any additional configuration.
|
void |
CompilerAutoConfiguration.applyToMainClass(groovy.lang.GroovyClassLoader loader,
GroovyCompilerConfiguration configuration,
org.codehaus.groovy.classgen.GeneratorContext generatorContext,
org.codehaus.groovy.control.SourceUnit source,
org.codehaus.groovy.ast.ClassNode classNode)
Apply any customizations to the main class.
|
| Constructor and Description |
|---|
GroovyCompiler(GroovyCompilerConfiguration configuration)
Create a new
GroovyCompiler instance. |
| Modifier and Type | Method and Description |
|---|---|
void |
SpringBootCompilerAutoConfiguration.applyToMainClass(groovy.lang.GroovyClassLoader loader,
GroovyCompilerConfiguration configuration,
org.codehaus.groovy.classgen.GeneratorContext generatorContext,
org.codehaus.groovy.control.SourceUnit source,
org.codehaus.groovy.ast.ClassNode classNode) |
| Modifier and Type | Interface and Description |
|---|---|
interface |
SpringApplicationRunnerConfiguration
Configuration for the
SpringApplicationRunner. |
Copyright © 2013. All Rights Reserved.