Package io.quarkus.qute.deployment
Class TemplateGlobalBuildItem
- java.lang.Object
-
- io.quarkus.builder.item.BuildItem
-
- io.quarkus.builder.item.MultiBuildItem
-
- io.quarkus.qute.deployment.TemplateGlobalBuildItem
-
public final class TemplateGlobalBuildItem extends io.quarkus.builder.item.MultiBuildItemRepresents a global variable field/method.- See Also:
TemplateGlobal
-
-
Constructor Summary
Constructors Constructor Description TemplateGlobalBuildItem(String name, org.jboss.jandex.AnnotationTarget target, org.jboss.jandex.Type matchType)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description org.jboss.jandex.DotNamegetDeclaringClass()StringgetName()org.jboss.jandex.AnnotationTargetgetTarget()org.jboss.jandex.TypegetVariableType()booleanisField()booleanisMethod()StringtoString()
-
-
-
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()
-
-