Class DevConsoleRuntimeTemplateInfoBuildItem


  • public final class DevConsoleRuntimeTemplateInfoBuildItem
    extends io.quarkus.builder.item.MultiBuildItem
    Information that can be directly displayed in dev console templates, using the info: prefix This is scoped to the extension that produced it, to prevent namespace clashes. This value will be evaluated at runtime, so can contain info that is produced from recorders
    • Constructor Detail

      • DevConsoleRuntimeTemplateInfoBuildItem

        public DevConsoleRuntimeTemplateInfoBuildItem​(String groupId,
                                                      String artifactId,
                                                      String name,
                                                      Supplier<? extends Object> object)
      • DevConsoleRuntimeTemplateInfoBuildItem

        public DevConsoleRuntimeTemplateInfoBuildItem​(String name,
                                                      Supplier<? extends Object> object)
    • Method Detail

      • getGroupId

        public String getGroupId()
      • getArtifactId

        public String getArtifactId()
      • getName

        public String getName()