Class TemplateGlobalBuildItem


  • public final class TemplateGlobalBuildItem
    extends io.quarkus.builder.item.MultiBuildItem
    Represents a global variable field/method.
    See Also:
    TemplateGlobal
    • Constructor Detail

      • TemplateGlobalBuildItem

        public TemplateGlobalBuildItem​(String name,
                                       org.jboss.jandex.AnnotationTarget target,
                                       org.jboss.jandex.Type matchType)
    • Method Detail

      • getTarget

        public org.jboss.jandex.AnnotationTarget getTarget()
      • getVariableType

        public org.jboss.jandex.Type getVariableType()
      • isField

        public boolean isField()
      • isMethod

        public boolean isMethod()
      • getName

        public String getName()
      • getDeclaringClass

        public org.jboss.jandex.DotName getDeclaringClass()