Uses of Enum
org.jboss.jandex.Type.Kind
Packages that use Type.Kind
Package
Description
Jandex is a space efficient Java class file indexer and offline reflection library.
-
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()
TypeVariableReference.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.KindModifier and TypeMethodDescriptionstatic Type
Creates a type of the specified kind andname
in theClass.getName()
format.static Type
Type.createWithAnnotations
(DotName name, Type.Kind kind, AnnotationInstance[] annotations) Creates an instance of specified type with given typeannotations
.