Uses of Class
org.jboss.jandex.ClassType
-
Uses of ClassType in org.jboss.jandex
Fields in org.jboss.jandex declared as ClassTypeMethods in org.jboss.jandex that return ClassTypeModifier and TypeMethodDescriptionClassType.asClassType()
Type.asClassType()
Casts this type to aClassType
and returns it if the kind isType.Kind.CLASS
Throws an exception otherwise.