Class DevConsoleTemplateInfoBuildItem


  • @Deprecated
    public final class DevConsoleTemplateInfoBuildItem
    extends io.quarkus.builder.item.MultiBuildItem
    Deprecated.
    as part of the removal of the old Dev UI
    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

    • Constructor Detail

      • DevConsoleTemplateInfoBuildItem

        public DevConsoleTemplateInfoBuildItem​(String name,
                                               Object object)
        Deprecated.
    • Method Detail

      • groupIdAndArtifactId

        public Map.Entry<String,​String> groupIdAndArtifactId​(CurateOutcomeBuildItem curateOutcomeBuildItem)
        Deprecated.
        Gets the group id and artifact ID. This needs the curate result to map the calling class to the artifact that contains it in some situations (namely in dev mode tests).
      • getName

        public String getName()
        Deprecated.
      • getObject

        public Object getObject()
        Deprecated.