Uses of Enum
org.jboss.jandex.PrimitiveType.Primitive
Packages that use PrimitiveType.Primitive
Package
Description
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.PrimitiveModifier and TypeFieldDescriptionprivate final PrimitiveType.PrimitiveEquivalenceKey.PrimitiveTypeEquivalenceKey.kindprivate final PrimitiveType.PrimitivePrimitiveType.primitiveFields in org.jboss.jandex with type parameters of type PrimitiveType.PrimitiveModifier and TypeFieldDescriptionprivate static final Map<PrimitiveType.Primitive, ClassType> PrimitiveType.boxingMapMethods in org.jboss.jandex that return PrimitiveType.PrimitiveModifier and TypeMethodDescriptionPrimitiveType.primitive()The type of primitive this primitive type representsstatic PrimitiveType.PrimitiveReturns 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.Methods in org.jboss.jandex with parameters of type PrimitiveType.PrimitiveModifier and TypeMethodDescriptionEquivalenceKey.PrimitiveTypeEquivalenceKey.of(PrimitiveType.Primitive kind) Constructors in org.jboss.jandex with parameters of type PrimitiveType.PrimitiveModifierConstructorDescriptionprivatePrimitiveType(PrimitiveType.Primitive primitive) privatePrimitiveType(PrimitiveType.Primitive primitive, AnnotationInstance[] annotations) private