Uses of Class
org.jboss.jandex.PrimitiveType
Packages that use PrimitiveType
Package
Description
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 PrimitiveTypeModifier and TypeFieldDescriptionstatic final PrimitiveTypePrimitiveType.BOOLEANstatic final PrimitiveTypePrimitiveType.BYTEstatic final PrimitiveTypePrimitiveType.CHARstatic final PrimitiveTypePrimitiveType.DOUBLEstatic final PrimitiveTypePrimitiveType.FLOATstatic final PrimitiveTypePrimitiveType.INTstatic final PrimitiveTypePrimitiveType.LONGstatic final PrimitiveTypePrimitiveType.SHORTFields in org.jboss.jandex with type parameters of type PrimitiveTypeModifier and TypeFieldDescriptionprivate static final Map<String, PrimitiveType> PrimitiveType.reverseMapprivate static final Map<DotName, PrimitiveType> PrimitiveType.unboxingMapMethods in org.jboss.jandex that return PrimitiveTypeModifier and TypeMethodDescriptionPrimitiveType.asPrimitiveType()Type.asPrimitiveType()Casts this type to aPrimitiveTypeand returns it if the kind isType.Kind.PRIMITIVE.(package private) static PrimitiveTypePrimitiveType.decode(char c) (package private) static PrimitiveType(package private) static PrimitiveTypePrimitiveType.fromOridinal(int ordinal) static PrimitiveTypeReturns a primitive type that is the result of an unboxing conversion of the givenclassType.Methods in org.jboss.jandex with parameters of type PrimitiveTypeModifier and TypeMethodDescriptionstatic ClassTypePrimitiveType.box(PrimitiveType primitiveType) Returns a class type that is the result of a boxing conversion of the givenprimitiveType.