Uses of Enum
org.jboss.jandex.Type.Kind
-
Uses of Type.Kind in org.jboss.jandex
Methods in org.jboss.jandex that return Type.KindModifier and TypeMethodDescriptionstatic Type.Kind
Type.Kind.fromOrdinal
(int ordinal) ArrayType.kind()
ClassType.kind()
ParameterizedType.kind()
PrimitiveType.kind()
abstract Type.Kind
Type.kind()
Returns the kind of Type this is.TypeVariable.kind()
UnresolvedTypeVariable.kind()
VoidType.kind()
WildcardType.kind()
static Type.Kind
Returns the enum constant of this type with the specified name.static Type.Kind[]
Type.Kind.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 Type.Kind