Uses of Enum
org.jboss.jandex.AnnotationValue.Kind
Packages that use AnnotationValue.Kind
Package
Description
Jandex is a space efficient Java class file indexer and offline reflection library.
-
Uses of AnnotationValue.Kind in org.jboss.jandex
Methods in org.jboss.jandex that return AnnotationValue.KindModifier and TypeMethodDescriptionAnnotationValue.ArrayValue.componentKind()
AnnotationValue.componentKind()
Returns the kind of value that represents the component type of this array if it can be determined.AnnotationValue.ArrayValue.kind()
AnnotationValue.BooleanValue.kind()
AnnotationValue.ByteValue.kind()
AnnotationValue.CharacterValue.kind()
AnnotationValue.ClassValue.kind()
AnnotationValue.DoubleValue.kind()
AnnotationValue.EnumValue.kind()
AnnotationValue.FloatValue.kind()
AnnotationValue.IntegerValue.kind()
abstract AnnotationValue.Kind
AnnotationValue.kind()
Returns the kind of this value.AnnotationValue.LongValue.kind()
AnnotationValue.NestedAnnotation.kind()
AnnotationValue.ShortValue.kind()
AnnotationValue.StringValue.kind()
static AnnotationValue.Kind
Returns the enum constant of this type with the specified name.static AnnotationValue.Kind[]
AnnotationValue.Kind.values()
Returns an array containing the constants of this enum type, in the order they are declared.