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 ClassTypeClassType. OBJECT_TYPEMethods in org.jboss.jandex that return ClassType Modifier and Type Method Description ClassTypeClassType. asClassType()ClassTypeType. asClassType()Casts this type to aClassTypeand returns it if the kind isType.Kind.CLASSThrows an exception otherwise.
-