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
Subclasses with type arguments of type AnnotationValue.Kind in org.jboss.jandexModifier and TypeClassDescriptionstatic enumSpecifies the kind of annotation value, which can be used to determine the underlying Java type.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.KindAnnotationValue.kind()Returns the kind of this value.AnnotationValue.LongValue.kind()AnnotationValue.NestedAnnotation.kind()AnnotationValue.ShortValue.kind()AnnotationValue.StringValue.kind()static AnnotationValue.KindReturns 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.