Class QuteProcessor.MatchResult

java.lang.Object
io.quarkus.qute.deployment.QuteProcessor.MatchResult
Enclosing class:
QuteProcessor

static class QuteProcessor.MatchResult extends Object
  • Constructor Details

  • Method Details

    • getParameterizedTypeArguments

      List<org.jboss.jandex.Type> getParameterizedTypeArguments()
    • getTypeParameters

      List<org.jboss.jandex.TypeVariable> getTypeParameters()
    • clazz

      org.jboss.jandex.ClassInfo clazz()
    • type

      org.jboss.jandex.Type type()
    • isPrimitive

      boolean isPrimitive()
    • isArray

      boolean isArray()
    • isParameterizedType

      boolean isParameterizedType()
    • isClass

      boolean isClass()
    • setValues

      void setValues(org.jboss.jandex.ClassInfo clazz, org.jboss.jandex.Type type)
    • clearValues

      void clearValues()
    • isEmpty

      boolean isEmpty()
    • autoExtractType

      void autoExtractType()