Uses of Class
io.automatiko.engine.codegen.ConfigGenerator
-
Packages that use ConfigGenerator Package Description io.automatiko.engine.codegen io.automatiko.engine.codegen.decision io.automatiko.engine.codegen.process io.automatiko.engine.codegen.process.persistence -
-
Uses of ConfigGenerator in io.automatiko.engine.codegen
Methods in io.automatiko.engine.codegen that return ConfigGenerator Modifier and Type Method Description ConfigGeneratorConfigGenerator. withDecisionConfig(DecisionConfigGenerator cfg)ConfigGeneratorConfigGenerator. withDependencyInjection(DependencyInjectionAnnotator annotator)ConfigGeneratorConfigGenerator. withProcessConfig(ProcessConfigGenerator cfg)Methods in io.automatiko.engine.codegen with parameters of type ConfigGenerator Modifier and Type Method Description voidGenerator. updateConfig(ConfigGenerator cfg)Consumes the given ConfigGenerator so that it can enrich it with further, Generator-specific details. -
Uses of ConfigGenerator in io.automatiko.engine.codegen.decision
Methods in io.automatiko.engine.codegen.decision with parameters of type ConfigGenerator Modifier and Type Method Description voidDecisionCodegen. updateConfig(ConfigGenerator cfg) -
Uses of ConfigGenerator in io.automatiko.engine.codegen.process
Methods in io.automatiko.engine.codegen.process with parameters of type ConfigGenerator Modifier and Type Method Description voidProcessCodegen. updateConfig(ConfigGenerator cfg) -
Uses of ConfigGenerator in io.automatiko.engine.codegen.process.persistence
Methods in io.automatiko.engine.codegen.process.persistence with parameters of type ConfigGenerator Modifier and Type Method Description voidPersistenceGenerator. updateConfig(ConfigGenerator cfg)
-