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