Package io.quarkus.qute.deployment
Class QuteProcessor.MatchResult
java.lang.Object
io.quarkus.qute.deployment.QuteProcessor.MatchResult
- Enclosing class:
- QuteProcessor
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescription(package private) void(package private) org.jboss.jandex.ClassInfoclazz()(package private) void(package private) List<org.jboss.jandex.Type>(package private) List<org.jboss.jandex.TypeVariable>(package private) booleanisArray()(package private) booleanisClass()(package private) booleanisEmpty()(package private) boolean(package private) boolean(package private) voidsetValues(org.jboss.jandex.ClassInfo clazz, org.jboss.jandex.Type type) (package private) org.jboss.jandex.Typetype()
-
Constructor Details
-
MatchResult
MatchResult(Types.AssignabilityCheck assignabilityCheck)
-
-
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()
-