Uses of Class
org.jboss.jandex.PrimitiveType
-
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.SHORTMethods 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.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.