Package io.quarkus.qute.deployment
Class TypeInfos.TypeInfo
java.lang.Object
io.quarkus.qute.deployment.TypeInfos.Info
io.quarkus.qute.deployment.TypeInfos.HintInfo
io.quarkus.qute.deployment.TypeInfos.TypeInfo
- Enclosing class:
- TypeInfos
-
Field Summary
FieldsModifier and TypeFieldDescription(package private) final org.jboss.jandex.ClassInfo(package private) final org.jboss.jandex.TypeFields inherited from class io.quarkus.qute.deployment.TypeInfos.HintInfo
HINT_PATTERN, hintsFields inherited from class io.quarkus.qute.deployment.TypeInfos.Info
part, value -
Constructor Summary
Constructors -
Method Summary
Methods inherited from class io.quarkus.qute.deployment.TypeInfos.HintInfo
asHintInfo, hasHintsMethods inherited from class io.quarkus.qute.deployment.TypeInfos.Info
asProperty, asVirtualMethod, isProperty, isVirtualMethod, toString
-
Field Details
-
resolvedType
final org.jboss.jandex.Type resolvedType -
rawClass
final org.jboss.jandex.ClassInfo rawClass
-
-
Constructor Details
-
TypeInfo
-
-
Method Details
-
isTypeInfo
boolean isTypeInfo()- Overrides:
isTypeInfoin classTypeInfos.Info
-
asTypeInfo
TypeInfos.TypeInfo asTypeInfo()- Overrides:
asTypeInfoin classTypeInfos.Info
-