Class SpringCommonsGenerator.Configurator
-
- All Implemented Interfaces:
public final class SpringCommonsGenerator.Configurator extends JavaModuleConfigurator<SpringCommonsGenerator.Configurator>
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description public interface
SpringCommonsGenerator.Configurator.Setter
-
Field Summary
Fields Modifier and Type Field Description private final SpringCommonsGenerator.TOC
toc
private Boolean
generateIfUsed
private final DataTypeMapper
dataTypeMapper
private final List<MethodCm>
mappers
private final Map<TypeOfCode<?>, ClassBuilderConfigurator<?>>
codeBuilders
private String
rootPackage
private String
projectDir
private String
projectSubDir
private final CodegenParams
params
-
Constructor Summary
Constructors Constructor Description SpringCommonsGenerator.Configurator(CodegenParams params, SpringCommonsGenerator.Configurator.Setter setter)
-
Method Summary
Modifier and Type Method Description final SpringCommonsGenerator.TOC
getToc()
-
Methods inherited from class pl.metaprogramming.codegen.java.JavaModuleConfigurator
getCodeBuilders, getDataTypeMapper, getGenerateIfUsed, getMappers, getParams, getProjectDir, getProjectSubDir, getRootPackage, projectDir, projectSubDir, registerMapper, rootPackage, setGenerateIfUsed, setProjectDir, setProjectSubDir, setRootPackage, typeOfCode, typeOfCode, typeOfCode, typeOfCode
-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
-
Constructor Detail
-
SpringCommonsGenerator.Configurator
SpringCommonsGenerator.Configurator(CodegenParams params, SpringCommonsGenerator.Configurator.Setter setter)
-
-
Method Detail
-
getToc
final SpringCommonsGenerator.TOC getToc()
-
-
-
-