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.KindType.Kind.fromOrdinal(int ordinal) ArrayType.kind()ClassType.kind()ParameterizedType.kind()PrimitiveType.kind()abstract Type.KindType.kind()Returns the kind of Type this is.TypeVariable.kind()TypeVariableReference.kind()UnresolvedTypeVariable.kind()VoidType.kind()WildcardType.kind()static Type.KindReturns 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 TypeCreates a type instance of the specified kind.static TypeType.createWithAnnotations(DotName name, Type.Kind kind, AnnotationInstance[] annotations) Creates an instance of specified type with given typeannotations.