Uses of Class
io.quarkus.devui.deployment.extension.ExtensionGroup
-
Packages that use ExtensionGroup Package Description io.quarkus.devui.deployment.extension -
-
Uses of ExtensionGroup in io.quarkus.devui.deployment.extension
Methods in io.quarkus.devui.deployment.extension that return ExtensionGroup Modifier and Type Method Description static ExtensionGroupExtensionGroup. valueOf(String name)Returns the enum constant of this type with the specified name.static ExtensionGroup[]ExtensionGroup. values()Returns an array containing the constants of this enum type, in the order they are declared.
-