Uses of Class
org.jboss.jandex.Type.Kind
-
Packages that use Type.Kind Package Description org.jboss.jandex 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.Kind Modifier and Type Method Description static Type.KindType.Kind. fromOrdinal(int ordinal)Type.KindArrayType. kind()Type.KindClassType. kind()Type.KindParameterizedType. kind()Type.KindPrimitiveType. kind()abstract Type.KindType. kind()Returns the kind of Type this is.Type.KindTypeVariable. kind()Type.KindTypeVariableReference. kind()Type.KindUnresolvedTypeVariable. kind()Type.KindVoidType. kind()Type.KindWildcardType. kind()static Type.KindType.Kind. valueOf(java.lang.String name)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 Modifier and Type Method Description static TypeType. create(DotName name, Type.Kind kind)Creates a type of the specified kind andnamein theClass.getName()format.static TypeType. createWithAnnotations(DotName name, Type.Kind kind, AnnotationInstance[] annotations)Creates an instance of specified type with given typeannotations.
-