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, Collection<DevModeContext.ModuleInfo> modules)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.ApplicationModel appModel, Properties properties, LaunchMode launchMode, boolean test)generate sources for given code gen
-