public class SpringBootProjectSourceCodeGenerator extends Object
Constructor and Description |
---|
SpringBootProjectSourceCodeGenerator() |
Modifier and Type | Method and Description |
---|---|
void |
generate(Path destination) |
static SpringBootProjectSourceCodeGenerator |
generator() |
SpringBootProjectSourceCodeGenerator |
withIndent(String indent) |
SpringBootProjectSourceCodeGenerator |
withPackageName(String packageName) |
public SpringBootProjectSourceCodeGenerator()
public void generate(Path destination) throws IOException
IOException
public SpringBootProjectSourceCodeGenerator withIndent(String indent)
public SpringBootProjectSourceCodeGenerator withPackageName(String packageName)
public static SpringBootProjectSourceCodeGenerator generator()
Apache Camel