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 PrimitiveTypePrimitiveType. BOOLEANstatic PrimitiveTypePrimitiveType. BYTEstatic PrimitiveTypePrimitiveType. CHARstatic PrimitiveTypePrimitiveType. DOUBLEstatic PrimitiveTypePrimitiveType. FLOATstatic PrimitiveTypePrimitiveType. INTstatic PrimitiveTypePrimitiveType. LONGstatic PrimitiveTypePrimitiveType. SHORTFields 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. reverseMapprivate static java.util.Map<DotName,PrimitiveType>PrimitiveType. unboxingMapMethods in org.jboss.jandex that return PrimitiveType Modifier and Type Method Description PrimitiveTypePrimitiveType. asPrimitiveType()PrimitiveTypeType. asPrimitiveType()Casts this type to aPrimitiveTypeand returns it if the kind isType.Kind.PRIMITIVE.(package private) static PrimitiveTypePrimitiveType. decode(char c)(package private) static PrimitiveTypePrimitiveType. decode(java.lang.String name)(package private) static PrimitiveTypePrimitiveType. fromOridinal(int ordinal)static PrimitiveTypePrimitiveType. 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 ClassTypePrimitiveType. box(PrimitiveType primitiveType)Returns a class type that is the result of a boxing conversion of the givenprimitiveType.
-