Uses of Class
org.jboss.jandex.PrimitiveType.Primitive
-
Packages that use PrimitiveType.Primitive Package Description org.jboss.jandex Jandex is a space efficient Java class file indexer and offline reflection library. -
-
Uses of PrimitiveType.Primitive in org.jboss.jandex
Fields in org.jboss.jandex declared as PrimitiveType.Primitive Modifier and Type Field Description private PrimitiveType.Primitive
EquivalenceKey.PrimitiveTypeEquivalenceKey. kind
private PrimitiveType.Primitive
PrimitiveType. primitive
Fields in org.jboss.jandex with type parameters of type PrimitiveType.Primitive Modifier and Type Field Description private static java.util.Map<PrimitiveType.Primitive,ClassType>
PrimitiveType. boxingMap
Methods in org.jboss.jandex that return PrimitiveType.Primitive Modifier and Type Method Description PrimitiveType.Primitive
PrimitiveType. primitive()
The type of primitive this primitive type representsstatic PrimitiveType.Primitive
PrimitiveType.Primitive. valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.static PrimitiveType.Primitive[]
PrimitiveType.Primitive. values()
Returns an array containing the constants of this enum type, in the order they are declared.Constructors in org.jboss.jandex with parameters of type PrimitiveType.Primitive Constructor Description PrimitiveType(PrimitiveType.Primitive primitive)
PrimitiveType(PrimitiveType.Primitive primitive, AnnotationInstance[] annotations)
PrimitiveTypeEquivalenceKey(PrimitiveType.Primitive kind)
-