Uses of Class
org.jboss.jandex.PrimitiveType
-
Packages that use PrimitiveType Package Description org.jboss.jandex Jandex is a space efficient Java class file indexer and offline reflection library. -
-
Uses of PrimitiveType in org.jboss.jandex
Fields in org.jboss.jandex declared as PrimitiveType Modifier and Type Field Description static PrimitiveType
PrimitiveType. BOOLEAN
static PrimitiveType
PrimitiveType. BYTE
static PrimitiveType
PrimitiveType. CHAR
static PrimitiveType
PrimitiveType. DOUBLE
static PrimitiveType
PrimitiveType. FLOAT
static PrimitiveType
PrimitiveType. INT
static PrimitiveType
PrimitiveType. LONG
static PrimitiveType
PrimitiveType. SHORT
Fields in org.jboss.jandex with type parameters of type PrimitiveType Modifier and Type Field Description private static java.util.Map<java.lang.String,PrimitiveType>
PrimitiveType. reverseMap
private static java.util.Map<DotName,PrimitiveType>
PrimitiveType. unboxingMap
Methods in org.jboss.jandex that return PrimitiveType Modifier and Type Method Description PrimitiveType
PrimitiveType. asPrimitiveType()
PrimitiveType
Type. asPrimitiveType()
Casts this type to aPrimitiveType
and returns it if the kind isType.Kind.PRIMITIVE
.(package private) static PrimitiveType
PrimitiveType. decode(char c)
(package private) static PrimitiveType
PrimitiveType. decode(java.lang.String name)
(package private) static PrimitiveType
PrimitiveType. fromOridinal(int ordinal)
static PrimitiveType
PrimitiveType. unbox(ClassType classType)
Returns a primitive type that is the result of an unboxing conversion of the givenclassType
.Methods in org.jboss.jandex with parameters of type PrimitiveType Modifier and Type Method Description static ClassType
PrimitiveType. box(PrimitiveType primitiveType)
Returns a class type that is the result of a boxing conversion of the givenprimitiveType
.
-