Uses of Interface
io.automatiko.engine.codegen.di.DependencyInjectionAnnotator
-
-
Uses of DependencyInjectionAnnotator in io.automatiko.engine.codegen
Methods in io.automatiko.engine.codegen with parameters of type DependencyInjectionAnnotator Modifier and Type Method Description static com.github.javaparser.ast.body.MethodDeclarationCodegenUtils. extractOptionalInjection(java.lang.String type, java.lang.String fieldName, java.lang.String defaultMethod, DependencyInjectionAnnotator annotator)voidGenerator. setDependencyInjection(DependencyInjectionAnnotator annotator)ApplicationGeneratorApplicationGenerator. withDependencyInjection(DependencyInjectionAnnotator annotator)ConfigGeneratorConfigGenerator. withDependencyInjection(DependencyInjectionAnnotator annotator) -
Uses of DependencyInjectionAnnotator in io.automatiko.engine.codegen.decision
Methods in io.automatiko.engine.codegen.decision with parameters of type DependencyInjectionAnnotator Modifier and Type Method Description voidDecisionCodegen. setDependencyInjection(DependencyInjectionAnnotator annotator) -
Uses of DependencyInjectionAnnotator in io.automatiko.engine.codegen.decision.config
Methods in io.automatiko.engine.codegen.decision.config with parameters of type DependencyInjectionAnnotator Modifier and Type Method Description DecisionConfigGeneratorDecisionConfigGenerator. withDependencyInjection(DependencyInjectionAnnotator annotator) -
Uses of DependencyInjectionAnnotator in io.automatiko.engine.codegen.di
Classes in io.automatiko.engine.codegen.di that implement DependencyInjectionAnnotator Modifier and Type Class Description classCDIDependencyInjectionAnnotator -
Uses of DependencyInjectionAnnotator in io.automatiko.engine.codegen.process
-
Uses of DependencyInjectionAnnotator in io.automatiko.engine.codegen.process.config
Methods in io.automatiko.engine.codegen.process.config with parameters of type DependencyInjectionAnnotator Modifier and Type Method Description ProcessConfigGeneratorProcessConfigGenerator. withDependencyInjection(DependencyInjectionAnnotator annotator) -
Uses of DependencyInjectionAnnotator in io.automatiko.engine.codegen.process.persistence
Methods in io.automatiko.engine.codegen.process.persistence with parameters of type DependencyInjectionAnnotator Modifier and Type Method Description voidPersistenceGenerator. setDependencyInjection(DependencyInjectionAnnotator annotator)
-