Class QuteProcessor.MatchResult

    • Method Detail

      • 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()