Package io.spring.initializr.generator.spring.code
package io.spring.initializr.generator.spring.code
Code contributors. Generate a main and test classes as well as a
ServletInitializer
class with war
packaging.-
ClassDescriptionMainApplicationTypeCustomizer<T extends TypeDeclaration>Callback for customizing the application's main type.Callback for customizing the application's main compilation unit.MainSourceCodeCustomizer<T extends TypeDeclaration,
C extends CompilationUnit<T>, S extends SourceCode<T, C>> Callback for customizing the application's main source code.MainSourceCodeProjectContributor<T extends TypeDeclaration,C extends CompilationUnit<T>, S extends SourceCode<T, C>> ProjectContributor
for the application's main source code.ServletInitializerCustomizer<T extends TypeDeclaration>Callback for configuring the generated project's servlet initializer.Project generation configuration for projects written in any language.TestApplicationTypeCustomizer<T extends TypeDeclaration>Callback for customizing the application's test type.TestSourceCodeCustomizer<T extends TypeDeclaration,C extends CompilationUnit<T>, S extends SourceCode<T, C>> Callback for customizing the application's test source code.TestSourceCodeProjectContributor<T extends TypeDeclaration,C extends CompilationUnit<T>, S extends SourceCode<T, C>> ProjectContributor
for the application's test source code.