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