Uses of Class
org.jboss.jandex.ClassType
-
Packages that use ClassType Package Description org.jboss.jandex 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 ClassType Modifier and Type Field Description static ClassTypeClassType. BOOLEAN_CLASSstatic ClassTypeClassType. BYTE_CLASSstatic ClassTypeClassType. CHARACTER_CLASSstatic ClassTypeClassType. CLASS_TYPEstatic ClassTypeClassType. DOUBLE_CLASSstatic ClassTypeClassType. FLOAT_CLASSstatic ClassTypeClassType. INTEGER_CLASSstatic ClassTypeClassType. LONG_CLASSstatic ClassTypeClassType. OBJECT_TYPEstatic ClassTypeClassType. SHORT_CLASSstatic ClassTypeClassType. STRING_TYPEstatic ClassTypeClassType. VOID_CLASSFields in org.jboss.jandex with type parameters of type ClassType Modifier and Type Field Description private static java.util.Map<PrimitiveType.Primitive,ClassType>PrimitiveType. boxingMapMethods 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.CLASS.static ClassTypePrimitiveType. box(PrimitiveType primitiveType)Returns a class type that is the result of a boxing conversion of the givenprimitiveType.ClassTypeClassType.Builder. build()Returns the built class type.static ClassTypeClassType. create(java.lang.Class<?> clazz)Create an instance of a class type for givenclazz.static ClassTypeClassType. create(java.lang.String name)Create an instance of a class type with givenname.static ClassTypeClassType. create(DotName name)Create an instance of a class type with givenname.Methods in org.jboss.jandex with parameters of type ClassType Modifier and Type Method Description static PrimitiveTypePrimitiveType. unbox(ClassType classType)Returns a primitive type that is the result of an unboxing conversion of the givenclassType.
-