Uses of Class
org.jboss.jandex.ClassType
-
-
Uses of ClassType in org.jboss.jandex
Fields in org.jboss.jandex declared as ClassType Modifier and Type Field Description static ClassType
ClassType. OBJECT_TYPE
Methods in org.jboss.jandex that return ClassType Modifier and Type Method Description ClassType
ClassType. asClassType()
ClassType
Type. asClassType()
Casts this type to aClassType
and returns it if the kind isType.Kind.CLASS
Throws an exception otherwise.
-