Uses of Class
org.jboss.jandex.AnnotationValue
-
-
Uses of AnnotationValue in org.jboss.jandex
Subclasses of AnnotationValue in org.jboss.jandex Modifier and Type Class Description (package private) static classAnnotationValue.ArrayValue(package private) static classAnnotationValue.BooleanValue(package private) static classAnnotationValue.ByteValue(package private) static classAnnotationValue.CharacterValue(package private) static classAnnotationValue.ClassValue(package private) static classAnnotationValue.DoubleValue(package private) static classAnnotationValue.EnumValue(package private) static classAnnotationValue.FloatValue(package private) static classAnnotationValue.IntegerValue(package private) static classAnnotationValue.LongValue(package private) static classAnnotationValue.NestedAnnotation(package private) static classAnnotationValue.ShortValue(package private) static classAnnotationValue.StringValueFields in org.jboss.jandex declared as AnnotationValue Modifier and Type Field Description private static AnnotationValue[]AnnotationInstance. ANNOTATION_VALUES_TYPEprivate AnnotationValueMethodInternal. defaultValue(package private) static AnnotationValue[]AnnotationValue. EMPTY_VALUE_ARRAYprivate AnnotationValue[]AnnotationValue.ArrayValue. valueprivate AnnotationValue[]AnnotationInstance. valuesMethods in org.jboss.jandex that return AnnotationValue Modifier and Type Method Description (package private) AnnotationValue[]AnnotationValue.ArrayValue. asArray()(package private) AnnotationValue[]AnnotationValue. asArray()static AnnotationValueAnnotationValue. createArrayValue(java.lang.String name, AnnotationValue[] values)static AnnotationValueAnnotationValue. createBooleanValue(java.lang.String name, boolean bool)static AnnotationValueAnnotationValue. createByteValue(java.lang.String name, byte b)static AnnotationValueAnnotationValue. createCharacterValue(java.lang.String name, char c)static AnnotationValueAnnotationValue. createClassValue(java.lang.String name, Type type)static AnnotationValueAnnotationValue. createDoubleValue(java.lang.String name, double d)static AnnotationValueAnnotationValue. createDouleValue(java.lang.String name, double d)Deprecated.UsecreateDoubleValue(String, double)instead.static AnnotationValueAnnotationValue. createEnumValue(java.lang.String name, DotName typeName, java.lang.String value)static AnnotationValueAnnotationValue. createFloatValue(java.lang.String name, float f)static AnnotationValueAnnotationValue. createIntegerValue(java.lang.String name, int i)static AnnotationValueAnnotationValue. createLongalue(java.lang.String name, long l)Deprecated.UsecreateLongValue(String, long)instead.static AnnotationValueAnnotationValue. createLongValue(java.lang.String name, long l)static AnnotationValueAnnotationValue. createNestedAnnotationValue(java.lang.String name, AnnotationInstance instance)static AnnotationValueAnnotationValue. createShortValue(java.lang.String name, short s)static AnnotationValueAnnotationValue. createStringValue(java.lang.String name, java.lang.String string)AnnotationValueMethodInfo. defaultValue()Returns the default annotation value if this method represents an annotation member with a default value.(package private) AnnotationValueMethodInternal. defaultValue()private AnnotationValueIndexer. processAnnotationElementValue(java.lang.String name, java.io.DataInputStream data)private AnnotationValueIndexReaderV2. readAnnotationValue(PackedDataInputStream stream)private AnnotationValue[]IndexReaderV1. readAnnotationValues(PackedDataInputStream stream)private AnnotationValue[]IndexReaderV2. readAnnotationValues(PackedDataInputStream stream)AnnotationValueAnnotationInstance. value()Returns the value that is associated with the special default "value" parameter.AnnotationValueAnnotationInstance. value(java.lang.String name)Returns a value that corresponds with the specified parameter name.AnnotationValue[]AnnotationValue.ArrayValue. value()(package private) AnnotationValue[]AnnotationInstance. valueArray()AnnotationValueAnnotationInstance. valueWithDefault(IndexView index)Returns the value that is associated with the special default "value" parameter, also accounting for a value default.AnnotationValueAnnotationInstance. valueWithDefault(IndexView index, java.lang.String name)Returns a value that corresponds with the specified parameter name, accounting for its default value.Methods in org.jboss.jandex that return types with arguments of type AnnotationValue Modifier and Type Method Description java.util.List<AnnotationValue>AnnotationInstance. values()Returns a list of all parameter values on this annotation instance.java.util.List<AnnotationValue>AnnotationInstance. valuesWithDefaults(IndexView index)Returns a list of all parameter values on this annotation instance, including default values id defined.Methods in org.jboss.jandex with parameters of type AnnotationValue Modifier and Type Method Description private voidIndexWriterV1. buildAValueEntries(Index index, AnnotationValue value)private voidIndexWriterV2. buildAValueEntries(AnnotationValue value)static AnnotationInstanceAnnotationInstance. create(DotName name, AnnotationTarget target, AnnotationValue[] values)Construct a new mock annotation instance.static AnnotationValueAnnotationValue. createArrayValue(java.lang.String name, AnnotationValue[] values)(package private) voidMethodInfo. setDefaultValue(AnnotationValue defaultValue)(package private) voidMethodInternal. setDefaultValue(AnnotationValue defaultValue)private voidIndexWriterV1. writeAnnotationValue(PackedDataOutputStream stream, AnnotationValue value)private voidIndexWriterV2. writeAnnotationValue(PackedDataOutputStream stream, AnnotationValue value)Method parameters in org.jboss.jandex with type arguments of type AnnotationValue Modifier and Type Method Description static AnnotationInstanceAnnotationInstance. create(DotName name, AnnotationTarget target, java.util.List<AnnotationValue> values)Construct a new mock annotation instance.private voidIndexWriterV1. writeAnnotationValues(PackedDataOutputStream stream, java.util.Collection<AnnotationValue> values)private voidIndexWriterV2. writeAnnotationValues(PackedDataOutputStream stream, java.util.Collection<AnnotationValue> values)Constructors in org.jboss.jandex with parameters of type AnnotationValue Constructor Description AnnotationInstance(DotName name, AnnotationTarget target, AnnotationValue[] values)ArrayValue(java.lang.String name, AnnotationValue[] value)MethodInternal(byte[] name, byte[][] parameterNames, Type[] parameters, Type returnType, short flags, Type receiverType, Type[] typeParameters, Type[] exceptions, AnnotationInstance[] annotations, AnnotationValue defaultValue)
-