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.MultiBuildItem
Represents a global variable field/method.
- See Also:
-
TemplateGlobal
-
Constructor Summary
ConstructorsConstructorDescriptionTemplateGlobalBuildItem(String name, org.jboss.jandex.AnnotationTarget target, org.jboss.jandex.Type matchType) -
Method Summary
-
Constructor Details
-
TemplateGlobalBuildItem
public TemplateGlobalBuildItem(String name, org.jboss.jandex.AnnotationTarget target, org.jboss.jandex.Type matchType)
-
-
Method Details
-
getTarget
public org.jboss.jandex.AnnotationTarget getTarget() -
getVariableType
public org.jboss.jandex.Type getVariableType() -
isField
public boolean isField() -
isMethod
public boolean isMethod() -
getName
-
getDeclaringClass
public org.jboss.jandex.DotName getDeclaringClass() -
toString
-