Uses of Class
io.quarkus.devui.spi.DevUIContent
-
Packages that use DevUIContent Package Description io.quarkus.devui.spi io.quarkus.devui.spi.buildtime -
-
Uses of DevUIContent in io.quarkus.devui.spi
Methods in io.quarkus.devui.spi that return DevUIContent Modifier and Type Method Description DevUIContentDevUIContent.Builder. build() -
Uses of DevUIContent in io.quarkus.devui.spi.buildtime
Methods in io.quarkus.devui.spi.buildtime that return types with arguments of type DevUIContent Modifier and Type Method Description List<DevUIContent>StaticContentBuildItem. getContent()Constructor parameters in io.quarkus.devui.spi.buildtime with type arguments of type DevUIContent Constructor Description StaticContentBuildItem(String customIdentifier, List<DevUIContent> content)StaticContentBuildItem(List<DevUIContent> content)
-