Uses of Enum Class
io.quarkus.deployment.pkg.PackageConfig.JarConfig.AotConfig.AotPhase
Packages that use PackageConfig.JarConfig.AotConfig.AotPhase
-
Uses of PackageConfig.JarConfig.AotConfig.AotPhase in io.quarkus.deployment.pkg
Methods in io.quarkus.deployment.pkg that return PackageConfig.JarConfig.AotConfig.AotPhaseModifier and TypeMethodDescriptionReturns the enum constant of this class with the specified name.PackageConfig.JarConfig.AotConfig.AotPhase.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in io.quarkus.deployment.pkg that return types with arguments of type PackageConfig.JarConfig.AotConfig.AotPhaseModifier and TypeMethodDescriptionPackageConfig.JarConfig.AotConfig.phase()The phase in which the AOT file should be generated.