Uses of Class
org.jboss.jandex.ClassType
Packages that use ClassType
Package
Description
Jandex is a space efficient Java class file indexer and offline reflection library.
-
Uses of ClassType in org.jboss.jandex
Fields in org.jboss.jandex declared as ClassTypeModifier and TypeFieldDescriptionstatic final ClassType
ClassType.BOOLEAN_CLASS
static final ClassType
ClassType.BYTE_CLASS
static final ClassType
ClassType.CHARACTER_CLASS
static final ClassType
ClassType.DOUBLE_CLASS
static final ClassType
ClassType.FLOAT_CLASS
static final ClassType
ClassType.INTEGER_CLASS
static final ClassType
ClassType.LONG_CLASS
static final ClassType
ClassType.OBJECT_TYPE
static final ClassType
ClassType.SHORT_CLASS
Fields in org.jboss.jandex with type parameters of type ClassTypeModifier and TypeFieldDescriptionprivate static final Map
<PrimitiveType.Primitive, ClassType> PrimitiveType.boxingMap
Methods 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
.static ClassType
PrimitiveType.box
(PrimitiveType primitiveType) Returns a class type that is the result of a boxing conversion of the givenprimitiveType
.ClassType.Builder.build()
Returns the built class type.static ClassType
Create an instance of a class type for givenclazz
.static ClassType
Create an instance of a class type with givenname
.static ClassType
Create an instance of a class type with givenname
.Methods in org.jboss.jandex with parameters of type ClassTypeModifier and TypeMethodDescriptionstatic PrimitiveType
Returns a primitive type that is the result of an unboxing conversion of the givenclassType
.