Uses of Class
io.quarkus.deployment.codegen.CodeGenData
-
Packages that use CodeGenData Package Description io.quarkus.deployment -
-
Uses of CodeGenData in io.quarkus.deployment
Methods in io.quarkus.deployment that return types with arguments of type CodeGenData Modifier and Type Method Description static List<CodeGenData>CodeGenerator. init(ClassLoader deploymentClassLoader, Set<Path> sourceParentDirs, Path generatedSourcesDir, Path buildDir, Consumer<Path> sourceRegistrar)Methods in io.quarkus.deployment with parameters of type CodeGenData Modifier and Type Method Description static booleanCodeGenerator. trigger(ClassLoader deploymentClassLoader, CodeGenData data, io.quarkus.bootstrap.model.AppModel appModel, Map<String,String> properties)generate sources for given code gen
-