Package io.quarkus.qute.deployment
Class QuteProcessor.MatchResult
- java.lang.Object
-
- io.quarkus.qute.deployment.QuteProcessor.MatchResult
-
- Enclosing class:
- QuteProcessor
static class QuteProcessor.MatchResult extends Object
-
-
Constructor Summary
Constructors Constructor Description MatchResult(Types.AssignabilityCheck assignabilityCheck)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description (package private) voidautoExtractType()(package private) org.jboss.jandex.ClassInfoclazz()(package private) voidclearValues()(package private) List<org.jboss.jandex.Type>getParameterizedTypeArguments()(package private) List<org.jboss.jandex.TypeVariable>getTypeParameters()(package private) booleanisArray()(package private) booleanisClass()(package private) booleanisEmpty()(package private) booleanisParameterizedType()(package private) booleanisPrimitive()(package private) voidsetValues(org.jboss.jandex.ClassInfo clazz, org.jboss.jandex.Type type)(package private) org.jboss.jandex.Typetype()
-
-
-
Constructor Detail
-
MatchResult
MatchResult(Types.AssignabilityCheck assignabilityCheck)
-
-
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()
-
-