Uses of Class
org.jboss.jandex.ClassType
-
Uses of ClassType in org.jboss.jandex
Fields in org.jboss.jandex declared as ClassTypeModifier and TypeFieldDescriptionstatic final ClassTypeClassType.BOOLEAN_CLASSstatic final ClassTypeClassType.BYTE_CLASSstatic final ClassTypeClassType.CHARACTER_CLASSstatic final ClassTypeClassType.DOUBLE_CLASSstatic final ClassTypeClassType.FLOAT_CLASSstatic final ClassTypeClassType.INTEGER_CLASSstatic final ClassTypeClassType.LONG_CLASSstatic final ClassTypeClassType.OBJECT_TYPEstatic final ClassTypeClassType.SHORT_CLASSMethods in org.jboss.jandex that return ClassTypeModifier and TypeMethodDescriptionClassType.asClassType()Type.asClassType()Casts this type to aClassTypeand returns it if the kind isType.Kind.CLASS.static ClassTypePrimitiveType.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 ClassTypeCreate an instance of a class type for givenclazz.static ClassTypeCreate an instance of a class type with givenname.static ClassTypeCreate an instance of a class type with givenname.Methods in org.jboss.jandex with parameters of type ClassTypeModifier and TypeMethodDescriptionstatic PrimitiveTypeReturns a primitive type that is the result of an unboxing conversion of the givenclassType.