A B C D E F G H I J K L M N O P R S T U V W
All Classes All Packages
All Classes All Packages
All Classes All Packages
A
- accessor() - Method in class org.jboss.jandex.RecordComponentInfo
-
Returns the accessor method corresponding to this record component.
- addAnnotation(AnnotationInstance) - Method in class org.jboss.jandex.IndexWriterV2
- addAnnotation(AnnotationInstance) - Method in class org.jboss.jandex.Type
- addAnnotationTarget(AnnotationTarget) - Method in class org.jboss.jandex.IndexWriterV2
- addClass(ClassInfo) - Method in class org.jboss.jandex.IndexWriterV2
- addClassName(DotName) - Method in class org.jboss.jandex.IndexWriterV1
- addClassName(DotName) - Method in class org.jboss.jandex.IndexWriterV2
- addClassNames(List<DotName>) - Method in class org.jboss.jandex.IndexWriterV2
- addClassToMap(HashMap<DotName, List<ClassInfo>>, DotName, ClassInfo) - Method in class org.jboss.jandex.IndexReaderV1
- addClassToMap(HashMap<DotName, List<ClassInfo>>, DotName, ClassInfo) - Method in class org.jboss.jandex.IndexReaderV2
- addEnclosingMethod(ClassInfo.EnclosingMethodInfo) - Method in class org.jboss.jandex.IndexWriterV2
- addFieldList(FieldInternal[]) - Method in class org.jboss.jandex.IndexWriterV2
- addFileset(FileSet) - Method in class org.jboss.jandex.JandexAntTask
- addImplementor(DotName, ClassInfo) - Method in class org.jboss.jandex.Indexer
- addMethodList(MethodInternal[]) - Method in class org.jboss.jandex.IndexWriterV2
- addModule(ModuleInfo) - Method in class org.jboss.jandex.IndexWriterV2
- addNullableString(String) - Method in class org.jboss.jandex.IndexWriterV2
- addRecordComponentList(RecordComponentInternal[]) - Method in class org.jboss.jandex.IndexWriterV2
- addReference(T) - Method in class org.jboss.jandex.IndexWriterV2.ReferenceTable
- addString(String) - Method in class org.jboss.jandex.IndexWriterV2
- addSubclass(DotName, ClassInfo) - Method in class org.jboss.jandex.Indexer
- addToMaster(Map<DotName, List<AnnotationInstance>>, DotName, List<AnnotationInstance>) - Method in class org.jboss.jandex.IndexReaderV2
- addType(Type) - Method in class org.jboss.jandex.IndexWriterV2
- addTypeList(Type[]) - Method in class org.jboss.jandex.IndexWriterV2
- adjustBoundDown() - Method in class org.jboss.jandex.TypeParameterBoundTypeTarget
- adjusted - Variable in class org.jboss.jandex.PositionBasedTypeTarget
- adjusted - Variable in class org.jboss.jandex.TypeParameterBoundTypeTarget
- adjustUp() - Method in class org.jboss.jandex.PositionBasedTypeTarget
- advanceNameEnd() - Method in class org.jboss.jandex.GenericSignatureParser
- advanceNot(char) - Method in class org.jboss.jandex.GenericSignatureParser
- advancePast(char) - Method in class org.jboss.jandex.GenericSignatureParser
- annotation - Variable in class org.jboss.jandex.Indexer.TypeAnnotationState
- annotation(DotName) - Method in class org.jboss.jandex.FieldInfo
-
Retrieves an annotation instance declared on this field.
- annotation(DotName) - Method in class org.jboss.jandex.FieldInternal
- annotation(DotName) - Method in class org.jboss.jandex.MethodInfo
-
Retrieves an annotation instance declared on this method, it parameters, or any type within the signature of the method, by the name of the annotation.
- annotation(DotName) - Method in class org.jboss.jandex.MethodInternal
- annotation(DotName) - Method in class org.jboss.jandex.ModuleInfo
- annotation(DotName) - Method in class org.jboss.jandex.RecordComponentInfo
-
Retrieves an annotation instance declared on this field.
- annotation(DotName) - Method in class org.jboss.jandex.RecordComponentInternal
- annotation(DotName) - Method in class org.jboss.jandex.Type
- ANNOTATION - Static variable in class org.jboss.jandex.Modifiers
- ANNOTATION_DEFAULT - Static variable in class org.jboss.jandex.Indexer
- ANNOTATION_DEFAULT_LEN - Static variable in class org.jboss.jandex.Indexer
- ANNOTATION_VALUES_TYPE - Static variable in class org.jboss.jandex.AnnotationInstance
- annotationArray() - Method in class org.jboss.jandex.FieldInternal
- annotationArray() - Method in class org.jboss.jandex.MethodInternal
- annotationArray() - Method in class org.jboss.jandex.RecordComponentInternal
- annotationArray() - Method in class org.jboss.jandex.Type
- AnnotationInstance - Class in org.jboss.jandex
-
An annotation instance represents a specific usage of an annotation on a target.
- AnnotationInstance(AnnotationInstance, AnnotationTarget) - Constructor for class org.jboss.jandex.AnnotationInstance
- AnnotationInstance(DotName, AnnotationTarget, AnnotationValue[]) - Constructor for class org.jboss.jandex.AnnotationInstance
- AnnotationInstance.InstanceNameComparator - Class in org.jboss.jandex
- annotations - Variable in class org.jboss.jandex.ClassInfo
- annotations - Variable in class org.jboss.jandex.FieldInternal
- annotations - Variable in class org.jboss.jandex.Index
- annotations - Variable in class org.jboss.jandex.MethodInternal
- annotations - Variable in class org.jboss.jandex.RecordComponentInternal
- annotations - Variable in class org.jboss.jandex.Result
- annotations - Variable in class org.jboss.jandex.Type
- annotations() - Method in class org.jboss.jandex.ClassInfo
-
Returns a map indexed by annotation name, with a value list of annotation instances.
- annotations() - Method in class org.jboss.jandex.FieldInfo
-
Returns the list of annotation instances declared on this field.
- annotations() - Method in class org.jboss.jandex.FieldInternal
- annotations() - Method in class org.jboss.jandex.MethodInfo
-
Returns the annotation instances declared on this method.
- annotations() - Method in class org.jboss.jandex.MethodInternal
- annotations() - Method in class org.jboss.jandex.ModuleInfo
- annotations() - Method in class org.jboss.jandex.RecordComponentInfo
-
Returns the list of annotation instances declared on this record component.
- annotations() - Method in class org.jboss.jandex.RecordComponentInternal
- annotations() - Method in class org.jboss.jandex.Type
-
Returns the list of annotations declared on this type's usage.
- annotations(DotName) - Method in class org.jboss.jandex.MethodInfo
-
Retrieves annotations declared on this method, by the name of the annotation.
- annotationsWithRepeatable(DotName, IndexView) - Method in class org.jboss.jandex.FieldInfo
-
Retrieves annotation instances declared on this field, by the name of the annotation.
- annotationsWithRepeatable(DotName, IndexView) - Method in class org.jboss.jandex.MethodInfo
-
Retrieves annotations declared on this method, by the name of the annotation.
- annotationsWithRepeatable(DotName, IndexView) - Method in class org.jboss.jandex.ModuleInfo
- annotationsWithRepeatable(DotName, IndexView) - Method in class org.jboss.jandex.RecordComponentInfo
-
Retrieves annotation instances declared on this field, by the name of the annotation.
- annotationTable - Variable in class org.jboss.jandex.IndexReaderV2
- annotationTable - Variable in class org.jboss.jandex.IndexWriterV2
- AnnotationTarget - Interface in org.jboss.jandex
-
Represents an object that can be a target of an annotation.
- AnnotationTarget.Kind - Enum in org.jboss.jandex
-
Specifies the kind of object a target represents.
- AnnotationTargetFilterCollection<T extends AnnotationTarget> - Class in org.jboss.jandex
-
Iteratively filters a map of multiple annotation targets to the instances with a specific target type.
- AnnotationTargetFilterCollection(Map<?, List<AnnotationInstance>>, Class<T>) - Constructor for class org.jboss.jandex.AnnotationTargetFilterCollection
- AnnotationValue - Class in org.jboss.jandex
-
An annotation value represents a specific name and value combination in the parameter list of an annotation instance.
- AnnotationValue(String) - Constructor for class org.jboss.jandex.AnnotationValue
- AnnotationValue.ArrayValue - Class in org.jboss.jandex
- AnnotationValue.BooleanValue - Class in org.jboss.jandex
- AnnotationValue.ByteValue - Class in org.jboss.jandex
- AnnotationValue.CharacterValue - Class in org.jboss.jandex
- AnnotationValue.ClassValue - Class in org.jboss.jandex
- AnnotationValue.DoubleValue - Class in org.jboss.jandex
- AnnotationValue.EnumValue - Class in org.jboss.jandex
- AnnotationValue.FloatValue - Class in org.jboss.jandex
- AnnotationValue.IntegerValue - Class in org.jboss.jandex
- AnnotationValue.Kind - Enum in org.jboss.jandex
-
Specifies the kind of annotation value, which can be used to determine the underlying Java type.
- AnnotationValue.LongValue - Class in org.jboss.jandex
- AnnotationValue.NestedAnnotation - Class in org.jboss.jandex
- AnnotationValue.ShortValue - Class in org.jboss.jandex
- AnnotationValue.StringValue - Class in org.jboss.jandex
- ANONYMOUS - org.jboss.jandex.ClassInfo.NestingType
-
An unnamed class enclosed within a code block
- appendAnnotations(StringBuilder) - Method in class org.jboss.jandex.Type
- appendArraySyntax(StringBuilder) - Method in class org.jboss.jandex.ArrayType
- appendRootComponent(StringBuilder) - Method in class org.jboss.jandex.ArrayType
- applySignatures() - Method in class org.jboss.jandex.Indexer
- args() - Method in class org.jboss.jandex.MethodInfo
-
Deprecated.
- arguments - Variable in class org.jboss.jandex.ParameterizedType
- arguments() - Method in class org.jboss.jandex.ParameterizedType
-
Returns the list of arguments passed to this Parameterized type.
- argumentsArray() - Method in class org.jboss.jandex.ParameterizedType
- ARRAY - org.jboss.jandex.AnnotationValue.Kind
-
Indicates an array value
- ARRAY - org.jboss.jandex.Indexer.PathElement.Kind
- ARRAY - org.jboss.jandex.Type.Kind
-
A Java array
- ArrayType - Class in org.jboss.jandex
-
Represents a Java array type declaration.
- ArrayType(Type, int) - Constructor for class org.jboss.jandex.ArrayType
- ArrayType(Type, int, AnnotationInstance[]) - Constructor for class org.jboss.jandex.ArrayType
- ArrayValue(String, AnnotationValue[]) - Constructor for class org.jboss.jandex.AnnotationValue.ArrayValue
- asArray() - Method in class org.jboss.jandex.AnnotationValue.ArrayValue
- asArray() - Method in class org.jboss.jandex.AnnotationValue
- asArrayType() - Method in class org.jboss.jandex.ArrayType
- asArrayType() - Method in class org.jboss.jandex.Type
-
Casts this type to an
ArrayType
and returns it if the kind isType.Kind.ARRAY
Throws an exception otherwise. - asBoolean() - Method in class org.jboss.jandex.AnnotationValue
-
Returns the underlying boolean value as Java primitive boolean.
- asBoolean() - Method in class org.jboss.jandex.AnnotationValue.BooleanValue
- asBooleanArray() - Method in class org.jboss.jandex.AnnotationValue.ArrayValue
- asBooleanArray() - Method in class org.jboss.jandex.AnnotationValue
-
Returns the underlying boolean array.
- asByte() - Method in class org.jboss.jandex.AnnotationValue
-
Converts the underlying numerical type to a byte as if it was casted in Java.
- asByte() - Method in class org.jboss.jandex.AnnotationValue.ByteValue
- asByte() - Method in class org.jboss.jandex.AnnotationValue.DoubleValue
- asByte() - Method in class org.jboss.jandex.AnnotationValue.FloatValue
- asByte() - Method in class org.jboss.jandex.AnnotationValue.IntegerValue
- asByte() - Method in class org.jboss.jandex.AnnotationValue.LongValue
- asByte() - Method in class org.jboss.jandex.AnnotationValue.ShortValue
- asByteArray() - Method in class org.jboss.jandex.AnnotationValue.ArrayValue
- asByteArray() - Method in class org.jboss.jandex.AnnotationValue
-
Converts an underlying numerical array to a Java primitive byte array.
- asChar() - Method in class org.jboss.jandex.AnnotationValue
-
Returns the underlying character value as Java primitive char.
- asChar() - Method in class org.jboss.jandex.AnnotationValue.CharacterValue
- asCharArray() - Method in class org.jboss.jandex.AnnotationValue.ArrayValue
- asCharArray() - Method in class org.jboss.jandex.AnnotationValue
-
Returns the underlying character array.
- asClass() - Method in interface org.jboss.jandex.AnnotationTarget
-
Casts and returns this target as a
ClassInfo
if it is of kindCLASS
- asClass() - Method in class org.jboss.jandex.AnnotationValue
-
Returns the class name, in
Type
form, that represents a Java Class used by this value. - asClass() - Method in class org.jboss.jandex.AnnotationValue.ClassValue
- asClass() - Method in class org.jboss.jandex.ClassInfo
- asClass() - Method in class org.jboss.jandex.FieldInfo
- asClass() - Method in class org.jboss.jandex.MethodInfo
- asClass() - Method in class org.jboss.jandex.MethodParameterInfo
- asClass() - Method in class org.jboss.jandex.RecordComponentInfo
- asClass() - Method in class org.jboss.jandex.TypeTarget
- asClassArray() - Method in class org.jboss.jandex.AnnotationValue.ArrayValue
- asClassArray() - Method in class org.jboss.jandex.AnnotationValue
-
Returns an array of class types representing the underlying class array value.
- asClassExtends() - Method in class org.jboss.jandex.ClassExtendsTypeTarget
- asClassExtends() - Method in class org.jboss.jandex.TypeTarget
-
Casts and returns this type target as a
ClassExtendsTypeTarget
. - asClassType() - Method in class org.jboss.jandex.ClassType
- asClassType() - Method in class org.jboss.jandex.Type
-
Casts this type to a
ClassType
and returns it if the kind isType.Kind.CLASS
Throws an exception otherwise. - asDouble() - Method in class org.jboss.jandex.AnnotationValue
-
Converts the underlying numerical type to a double as if it was casted in Java.
- asDouble() - Method in class org.jboss.jandex.AnnotationValue.ByteValue
- asDouble() - Method in class org.jboss.jandex.AnnotationValue.DoubleValue
- asDouble() - Method in class org.jboss.jandex.AnnotationValue.FloatValue
- asDouble() - Method in class org.jboss.jandex.AnnotationValue.IntegerValue
- asDouble() - Method in class org.jboss.jandex.AnnotationValue.LongValue
- asDouble() - Method in class org.jboss.jandex.AnnotationValue.ShortValue
- asDoubleArray() - Method in class org.jboss.jandex.AnnotationValue.ArrayValue
- asDoubleArray() - Method in class org.jboss.jandex.AnnotationValue
-
Converts an underlying numerical array to a Java primitive double array.
- asEmpty() - Method in class org.jboss.jandex.EmptyTypeTarget
- asEmpty() - Method in class org.jboss.jandex.TypeTarget
- asEnum() - Method in class org.jboss.jandex.AnnotationValue
-
Returns the constant name, in string form, that represents the Java enumeration of this value.
- asEnum() - Method in class org.jboss.jandex.AnnotationValue.EnumValue
- asEnumArray() - Method in class org.jboss.jandex.AnnotationValue.ArrayValue
- asEnumArray() - Method in class org.jboss.jandex.AnnotationValue
-
Returns an array of the constant name, in string form, that represents the Java enumeration of each array element The individual element values are the same as the one returned by
Enum.name()
. - asEnumType() - Method in class org.jboss.jandex.AnnotationValue
-
Returns the type name, in DotName form, that represents the Java enumeration of this value.
- asEnumType() - Method in class org.jboss.jandex.AnnotationValue.EnumValue
- asEnumTypeArray() - Method in class org.jboss.jandex.AnnotationValue.ArrayValue
- asEnumTypeArray() - Method in class org.jboss.jandex.AnnotationValue
-
Returns an array of the type name, in DotName form, that represents the Java enumeration of each array element.
- asField() - Method in interface org.jboss.jandex.AnnotationTarget
-
Casts and returns this target as a
FieldInfo
if it is of kindFIELD
- asField() - Method in class org.jboss.jandex.ClassInfo
- asField() - Method in class org.jboss.jandex.FieldInfo
- asField() - Method in class org.jboss.jandex.MethodInfo
- asField() - Method in class org.jboss.jandex.MethodParameterInfo
- asField() - Method in class org.jboss.jandex.RecordComponentInfo
- asField() - Method in class org.jboss.jandex.TypeTarget
- asFloat() - Method in class org.jboss.jandex.AnnotationValue
-
Converts the underlying numerical type to a float as if it was casted in Java.
- asFloat() - Method in class org.jboss.jandex.AnnotationValue.ByteValue
- asFloat() - Method in class org.jboss.jandex.AnnotationValue.DoubleValue
- asFloat() - Method in class org.jboss.jandex.AnnotationValue.FloatValue
- asFloat() - Method in class org.jboss.jandex.AnnotationValue.IntegerValue
- asFloat() - Method in class org.jboss.jandex.AnnotationValue.LongValue
- asFloat() - Method in class org.jboss.jandex.AnnotationValue.ShortValue
- asFloatArray() - Method in class org.jboss.jandex.AnnotationValue.ArrayValue
- asFloatArray() - Method in class org.jboss.jandex.AnnotationValue
-
Converts an underlying numerical array to a Java primitive float array.
- asInt() - Method in class org.jboss.jandex.AnnotationValue
-
Converts the underlying numerical type to an integer as if it was casted in Java.
- asInt() - Method in class org.jboss.jandex.AnnotationValue.ByteValue
- asInt() - Method in class org.jboss.jandex.AnnotationValue.DoubleValue
- asInt() - Method in class org.jboss.jandex.AnnotationValue.FloatValue
- asInt() - Method in class org.jboss.jandex.AnnotationValue.IntegerValue
- asInt() - Method in class org.jboss.jandex.AnnotationValue.LongValue
- asInt() - Method in class org.jboss.jandex.AnnotationValue.ShortValue
- asIntArray() - Method in class org.jboss.jandex.AnnotationValue.ArrayValue
- asIntArray() - Method in class org.jboss.jandex.AnnotationValue
-
Converts an underlying numerical array to a Java primitive integer array.
- asLong() - Method in class org.jboss.jandex.AnnotationValue
-
Converts the underlying numerical type to an long as if it was casted in Java.
- asLong() - Method in class org.jboss.jandex.AnnotationValue.ByteValue
- asLong() - Method in class org.jboss.jandex.AnnotationValue.DoubleValue
- asLong() - Method in class org.jboss.jandex.AnnotationValue.FloatValue
- asLong() - Method in class org.jboss.jandex.AnnotationValue.IntegerValue
- asLong() - Method in class org.jboss.jandex.AnnotationValue.LongValue
- asLong() - Method in class org.jboss.jandex.AnnotationValue.ShortValue
- asLongArray() - Method in class org.jboss.jandex.AnnotationValue.ArrayValue
- asLongArray() - Method in class org.jboss.jandex.AnnotationValue
-
Converts an underlying numerical array to a Java primitive long array.
- asMethod() - Method in interface org.jboss.jandex.AnnotationTarget
-
Casts and returns this target as a
MethodInfo
if it is of kindMETHOD
- asMethod() - Method in class org.jboss.jandex.ClassInfo
- asMethod() - Method in class org.jboss.jandex.FieldInfo
- asMethod() - Method in class org.jboss.jandex.MethodInfo
- asMethod() - Method in class org.jboss.jandex.MethodParameterInfo
- asMethod() - Method in class org.jboss.jandex.RecordComponentInfo
- asMethod() - Method in class org.jboss.jandex.TypeTarget
- asMethodParameter() - Method in interface org.jboss.jandex.AnnotationTarget
-
Casts and returns this target as a
MethodParameterInfo
if it is of kindMETHOD_PARAMETER
- asMethodParameter() - Method in class org.jboss.jandex.ClassInfo
- asMethodParameter() - Method in class org.jboss.jandex.FieldInfo
- asMethodParameter() - Method in class org.jboss.jandex.MethodInfo
- asMethodParameter() - Method in class org.jboss.jandex.MethodParameterInfo
- asMethodParameter() - Method in class org.jboss.jandex.RecordComponentInfo
- asMethodParameter() - Method in class org.jboss.jandex.TypeTarget
- asMethodParameterType() - Method in class org.jboss.jandex.MethodParameterTypeTarget
- asMethodParameterType() - Method in class org.jboss.jandex.TypeTarget
-
Casts and returns this type target as a
MethodParameterTypeTarget
. - asNested() - Method in class org.jboss.jandex.AnnotationValue
-
Returns a nested annotation represented by this value.
- asNested() - Method in class org.jboss.jandex.AnnotationValue.NestedAnnotation
- asNestedArray() - Method in class org.jboss.jandex.AnnotationValue.ArrayValue
- asNestedArray() - Method in class org.jboss.jandex.AnnotationValue
-
Returns an array of nested annotations representing the underlying annotation array value.
- asParameterizedType() - Method in class org.jboss.jandex.ParameterizedType
- asParameterizedType() - Method in class org.jboss.jandex.Type
-
Casts this type to a
ParameterizedType
and returns it if the kind isType.Kind.PARAMETERIZED_TYPE
Throws an exception otherwise. - asPrimitiveType() - Method in class org.jboss.jandex.PrimitiveType
- asPrimitiveType() - Method in class org.jboss.jandex.Type
-
Casts this type to a
PrimitiveType
and returns it if the kind isType.Kind.PRIMITIVE
Throws an exception otherwise. - asRecordComponent() - Method in interface org.jboss.jandex.AnnotationTarget
-
Casts and returns this target as a
RecordComponentInfo
if it is of kindRECORD_COMPONENT
- asRecordComponent() - Method in class org.jboss.jandex.ClassInfo
- asRecordComponent() - Method in class org.jboss.jandex.FieldInfo
- asRecordComponent() - Method in class org.jboss.jandex.MethodInfo
- asRecordComponent() - Method in class org.jboss.jandex.MethodParameterInfo
- asRecordComponent() - Method in class org.jboss.jandex.RecordComponentInfo
- asRecordComponent() - Method in class org.jboss.jandex.TypeTarget
- asShort() - Method in class org.jboss.jandex.AnnotationValue
-
Converts the underlying numerical type to a short as if it was casted in Java.
- asShort() - Method in class org.jboss.jandex.AnnotationValue.ByteValue
- asShort() - Method in class org.jboss.jandex.AnnotationValue.DoubleValue
- asShort() - Method in class org.jboss.jandex.AnnotationValue.FloatValue
- asShort() - Method in class org.jboss.jandex.AnnotationValue.IntegerValue
- asShort() - Method in class org.jboss.jandex.AnnotationValue.LongValue
- asShort() - Method in class org.jboss.jandex.AnnotationValue.ShortValue
- asShortArray() - Method in class org.jboss.jandex.AnnotationValue.ArrayValue
- asShortArray() - Method in class org.jboss.jandex.AnnotationValue
-
Converts an underlying numerical array to a Java primitive short array.
- asString() - Method in class org.jboss.jandex.AnnotationValue
-
Returns the string representation of the underlying value type.
- asStringArray() - Method in class org.jboss.jandex.AnnotationValue.ArrayValue
- asStringArray() - Method in class org.jboss.jandex.AnnotationValue
-
Returns a string array representation of the underlying array value.
- asThrows() - Method in class org.jboss.jandex.ThrowsTypeTarget
- asThrows() - Method in class org.jboss.jandex.TypeTarget
-
Casts and returns this type target as a
ThrowsTypeTarget
. - asType() - Method in interface org.jboss.jandex.AnnotationTarget
-
Casts and returns this target as a
TypeTarget
if it is of kindTYPE
- asType() - Method in class org.jboss.jandex.ClassInfo
- asType() - Method in class org.jboss.jandex.FieldInfo
- asType() - Method in class org.jboss.jandex.MethodInfo
- asType() - Method in class org.jboss.jandex.MethodParameterInfo
- asType() - Method in class org.jboss.jandex.RecordComponentInfo
- asType() - Method in class org.jboss.jandex.TypeTarget
- asTypeParameter() - Method in class org.jboss.jandex.TypeParameterTypeTarget
- asTypeParameter() - Method in class org.jboss.jandex.TypeTarget
-
Casts and returns this type target as a
TypeParameterTypeTarget
. - asTypeParameterBound() - Method in class org.jboss.jandex.TypeParameterBoundTypeTarget
- asTypeParameterBound() - Method in class org.jboss.jandex.TypeTarget
-
Casts and returns this type target as a
TypeParameterBoundTypeTarget
. - asTypeVariable() - Method in class org.jboss.jandex.Type
-
Casts this type to a
ParameterizedType
and returns it if the kind isType.Kind.TYPE_VARIABLE
Throws an exception otherwise. - asTypeVariable() - Method in class org.jboss.jandex.TypeVariable
- asUnresolvedTypeVariable() - Method in class org.jboss.jandex.Type
-
Casts this type to an
UnresolvedTypeVariable
and returns it if the kind isType.Kind.UNRESOLVED_TYPE_VARIABLE
Throws an exception otherwise. - asUnresolvedTypeVariable() - Method in class org.jboss.jandex.UnresolvedTypeVariable
- asVoidType() - Method in class org.jboss.jandex.Type
-
Casts this type to a
VoidType
and returns it if the kind isType.Kind.VOID
Throws an exception otherwise. - asVoidType() - Method in class org.jboss.jandex.VoidType
- asWildcardType() - Method in class org.jboss.jandex.Type
-
Casts this type to a
WildcardType
and returns it if the kind isType.Kind.WILDCARD_TYPE
Throws an exception otherwise. - asWildcardType() - Method in class org.jboss.jandex.WildcardType
- AVALUE_ARRAY - Static variable in class org.jboss.jandex.IndexReaderV1
- AVALUE_ARRAY - Static variable in class org.jboss.jandex.IndexReaderV2
- AVALUE_ARRAY - Static variable in class org.jboss.jandex.IndexWriterV1
- AVALUE_ARRAY - Static variable in class org.jboss.jandex.IndexWriterV2
- AVALUE_BOOLEAN - Static variable in class org.jboss.jandex.IndexReaderV1
- AVALUE_BOOLEAN - Static variable in class org.jboss.jandex.IndexReaderV2
- AVALUE_BOOLEAN - Static variable in class org.jboss.jandex.IndexWriterV1
- AVALUE_BOOLEAN - Static variable in class org.jboss.jandex.IndexWriterV2
- AVALUE_BYTE - Static variable in class org.jboss.jandex.IndexReaderV1
- AVALUE_BYTE - Static variable in class org.jboss.jandex.IndexReaderV2
- AVALUE_BYTE - Static variable in class org.jboss.jandex.IndexWriterV1
- AVALUE_BYTE - Static variable in class org.jboss.jandex.IndexWriterV2
- AVALUE_CHAR - Static variable in class org.jboss.jandex.IndexReaderV1
- AVALUE_CHAR - Static variable in class org.jboss.jandex.IndexReaderV2
- AVALUE_CHAR - Static variable in class org.jboss.jandex.IndexWriterV1
- AVALUE_CHAR - Static variable in class org.jboss.jandex.IndexWriterV2
- AVALUE_CLASS - Static variable in class org.jboss.jandex.IndexReaderV1
- AVALUE_CLASS - Static variable in class org.jboss.jandex.IndexReaderV2
- AVALUE_CLASS - Static variable in class org.jboss.jandex.IndexWriterV1
- AVALUE_CLASS - Static variable in class org.jboss.jandex.IndexWriterV2
- AVALUE_DOUBLE - Static variable in class org.jboss.jandex.IndexReaderV1
- AVALUE_DOUBLE - Static variable in class org.jboss.jandex.IndexReaderV2
- AVALUE_DOUBLE - Static variable in class org.jboss.jandex.IndexWriterV1
- AVALUE_DOUBLE - Static variable in class org.jboss.jandex.IndexWriterV2
- AVALUE_ENUM - Static variable in class org.jboss.jandex.IndexReaderV1
- AVALUE_ENUM - Static variable in class org.jboss.jandex.IndexReaderV2
- AVALUE_ENUM - Static variable in class org.jboss.jandex.IndexWriterV1
- AVALUE_ENUM - Static variable in class org.jboss.jandex.IndexWriterV2
- AVALUE_FLOAT - Static variable in class org.jboss.jandex.IndexReaderV1
- AVALUE_FLOAT - Static variable in class org.jboss.jandex.IndexReaderV2
- AVALUE_FLOAT - Static variable in class org.jboss.jandex.IndexWriterV1
- AVALUE_FLOAT - Static variable in class org.jboss.jandex.IndexWriterV2
- AVALUE_INT - Static variable in class org.jboss.jandex.IndexReaderV1
- AVALUE_INT - Static variable in class org.jboss.jandex.IndexReaderV2
- AVALUE_INT - Static variable in class org.jboss.jandex.IndexWriterV1
- AVALUE_INT - Static variable in class org.jboss.jandex.IndexWriterV2
- AVALUE_LONG - Static variable in class org.jboss.jandex.IndexReaderV1
- AVALUE_LONG - Static variable in class org.jboss.jandex.IndexReaderV2
- AVALUE_LONG - Static variable in class org.jboss.jandex.IndexWriterV1
- AVALUE_LONG - Static variable in class org.jboss.jandex.IndexWriterV2
- AVALUE_NESTED - Static variable in class org.jboss.jandex.IndexReaderV1
- AVALUE_NESTED - Static variable in class org.jboss.jandex.IndexReaderV2
- AVALUE_NESTED - Static variable in class org.jboss.jandex.IndexWriterV1
- AVALUE_NESTED - Static variable in class org.jboss.jandex.IndexWriterV2
- AVALUE_SHORT - Static variable in class org.jboss.jandex.IndexReaderV1
- AVALUE_SHORT - Static variable in class org.jboss.jandex.IndexReaderV2
- AVALUE_SHORT - Static variable in class org.jboss.jandex.IndexWriterV1
- AVALUE_SHORT - Static variable in class org.jboss.jandex.IndexWriterV2
- AVALUE_STRING - Static variable in class org.jboss.jandex.IndexReaderV1
- AVALUE_STRING - Static variable in class org.jboss.jandex.IndexReaderV2
- AVALUE_STRING - Static variable in class org.jboss.jandex.IndexWriterV1
- AVALUE_STRING - Static variable in class org.jboss.jandex.IndexWriterV2
B
- bitsToInt(byte[], int) - Method in class org.jboss.jandex.Indexer
- bitsToLong(byte[], int) - Method in class org.jboss.jandex.Indexer
- bool - Variable in class org.jboss.jandex.Indexer.BooleanHolder
- BOOLEAN - org.jboss.jandex.AnnotationValue.Kind
-
Indicates a primitive boolean value
- BOOLEAN - org.jboss.jandex.PrimitiveType.Primitive
-
Indicates a primitive boolean type
- BOOLEAN - Static variable in class org.jboss.jandex.PrimitiveType
- BooleanHolder() - Constructor for class org.jboss.jandex.Indexer.BooleanHolder
- BooleanValue(String, boolean) - Constructor for class org.jboss.jandex.AnnotationValue.BooleanValue
- bound - Variable in class org.jboss.jandex.WildcardType
- bound() - Method in class org.jboss.jandex.WildcardType
- boundArray() - Method in class org.jboss.jandex.TypeVariable
- boundPosition - Variable in class org.jboss.jandex.TypeParameterBoundTypeTarget
- boundPosition() - Method in class org.jboss.jandex.TypeParameterBoundTypeTarget
-
Returns the index of the bound this type annotation is within.
- bounds - Variable in class org.jboss.jandex.TypeVariable
- bounds() - Method in class org.jboss.jandex.TypeVariable
- BRIDGE - Static variable in class org.jboss.jandex.MethodInternal
- bridgeIncompatible - Variable in class org.jboss.jandex.Indexer.TypeAnnotationState
- buildAValueEntries(AnnotationValue) - Method in class org.jboss.jandex.IndexWriterV2
- buildAValueEntries(Index, AnnotationValue) - Method in class org.jboss.jandex.IndexWriterV1
- buildClassesQueue(DotName) - Method in class org.jboss.jandex.Indexer
- buildOwnerMap(Type) - Method in class org.jboss.jandex.Indexer
- buildString(char, StringBuilder) - Method in class org.jboss.jandex.DotName
- buildTables(Index) - Method in class org.jboss.jandex.IndexWriterV1
- buildTables(Index, int) - Method in class org.jboss.jandex.IndexWriterV2
- BYTE - org.jboss.jandex.AnnotationValue.Kind
-
Indicates a primitive byte value
- BYTE - org.jboss.jandex.PrimitiveType.Primitive
-
Indicates a primitive byte type
- BYTE - Static variable in class org.jboss.jandex.PrimitiveType
- bytePool - Variable in class org.jboss.jandex.NameTable
- bytePool() - Method in class org.jboss.jandex.NameTable
- bytes - Variable in class org.jboss.jandex.Result
- byteTable - Variable in class org.jboss.jandex.IndexReaderV2
- ByteValue(String, byte) - Constructor for class org.jboss.jandex.AnnotationValue.ByteValue
C
- CHAR - org.jboss.jandex.PrimitiveType.Primitive
-
Indicates a primitive character type
- CHAR - Static variable in class org.jboss.jandex.PrimitiveType
- CHARACTER - org.jboss.jandex.AnnotationValue.Kind
-
Indicates a primitive character value
- CharacterValue(String, char) - Constructor for class org.jboss.jandex.AnnotationValue.CharacterValue
- CLASS - org.jboss.jandex.AnnotationTarget.Kind
-
An object of type
ClassInfo
- CLASS - org.jboss.jandex.AnnotationValue.Kind
-
Indicates a Java Class value
- CLASS - org.jboss.jandex.Type.Kind
-
A Java class, interface, or annotation
- CLASS_EXTENDS - org.jboss.jandex.TypeTarget.Usage
-
Indicates a type annotation occurs within class' extends or implements clause
- CLASS_EXTENDS_TYPE_TAG - Static variable in class org.jboss.jandex.IndexReaderV2
- CLASS_EXTENDS_TYPE_TAG - Static variable in class org.jboss.jandex.IndexWriterV2
- CLASS_TAG - Static variable in class org.jboss.jandex.IndexReaderV1
- CLASS_TAG - Static variable in class org.jboss.jandex.IndexReaderV2
- CLASS_TAG - Static variable in class org.jboss.jandex.IndexWriterV1
- CLASS_TAG - Static variable in class org.jboss.jandex.IndexWriterV2
- classAnnotation(DotName) - Method in class org.jboss.jandex.ClassInfo
-
Returns the annotation with the specified name directly declared on this class.
- classAnnotations - Variable in class org.jboss.jandex.Indexer
- classAnnotations() - Method in class org.jboss.jandex.ClassInfo
-
Returns a list of all annotations directly declared on this class.
- classAnnotationsWithRepeatable(DotName, IndexView) - Method in class org.jboss.jandex.ClassInfo
-
Retrieves annotation instances declared on this class, by the name of the annotation.
- classes - Variable in class org.jboss.jandex.Index
- classes - Variable in class org.jboss.jandex.Indexer
- classes - Variable in class org.jboss.jandex.Result
- ClassExtendsTypeTarget - Class in org.jboss.jandex
-
Represents a type annotation target which occurs in the extends or implements clause of an enclosing class.
- ClassExtendsTypeTarget(AnnotationTarget, Type, int) - Constructor for class org.jboss.jandex.ClassExtendsTypeTarget
- ClassExtendsTypeTarget(ClassInfo, int) - Constructor for class org.jboss.jandex.ClassExtendsTypeTarget
- ClassInfo - Class in org.jboss.jandex
-
Represents a class entry in an index.
- ClassInfo(DotName, Type, short, Type[]) - Constructor for class org.jboss.jandex.ClassInfo
- ClassInfo(DotName, Type, short, Type[], boolean) - Constructor for class org.jboss.jandex.ClassInfo
- ClassInfo.EnclosingMethodInfo - Class in org.jboss.jandex
-
Provides information on the enclosing method or constructor for a local or anonymous class, if available.
- ClassInfo.NestingInfo - Class in org.jboss.jandex
- ClassInfo.NestingType - Enum in org.jboss.jandex
-
Describes the form of nesting used by a class
- ClassSignature(Type[], Type, Type[]) - Constructor for class org.jboss.jandex.GenericSignatureParser.ClassSignature
- classSignatureIndex - Variable in class org.jboss.jandex.Indexer
- classTable - Variable in class org.jboss.jandex.IndexReaderV1
- classTable - Variable in class org.jboss.jandex.IndexWriterV1
- ClassType - Class in org.jboss.jandex
-
Represents a standard raw class name.
- ClassType(DotName) - Constructor for class org.jboss.jandex.ClassType
- ClassType(DotName, AnnotationInstance[]) - Constructor for class org.jboss.jandex.ClassType
- classTypeParameters - Variable in class org.jboss.jandex.GenericSignatureParser
- ClassValue(String, Type) - Constructor for class org.jboss.jandex.AnnotationValue.ClassValue
- clazz - Variable in class org.jboss.jandex.FieldInfo
- clazz - Variable in class org.jboss.jandex.FieldInfoGenerator
- clazz - Variable in class org.jboss.jandex.MethodInfo
- clazz - Variable in class org.jboss.jandex.MethodInfoGenerator
- clazz - Variable in class org.jboss.jandex.RecordComponentInfo
- clazz - Variable in class org.jboss.jandex.RecordComponentInfoGenerator
- clear() - Method in class org.jboss.jandex.StrongInternPool
- clone() - Method in class org.jboss.jandex.StrongInternPool
- CODE - Static variable in class org.jboss.jandex.Indexer
- CODE_LEN - Static variable in class org.jboss.jandex.Indexer
- compare(byte[], byte[]) - Method in class org.jboss.jandex.FieldInternal.NameComparator
- compare(byte[], byte[]) - Method in class org.jboss.jandex.MethodInternal.NameAndParameterComponentComparator
- compare(byte[], byte[]) - Method in class org.jboss.jandex.RecordComponentInternal.NameComparator
- compare(AnnotationInstance, AnnotationInstance) - Method in class org.jboss.jandex.AnnotationInstance.InstanceNameComparator
- compare(FieldInternal, FieldInternal) - Method in class org.jboss.jandex.FieldInternal.NameComparator
- compare(MethodInternal, MethodInternal) - Method in class org.jboss.jandex.MethodInternal.NameAndParameterComponentComparator
- compare(RecordComponentInternal, RecordComponentInternal) - Method in class org.jboss.jandex.RecordComponentInternal.NameComparator
- compareTo(DotName) - Method in class org.jboss.jandex.DotName
-
Compares a
DotName
to anotherDotName
and returns whether this DotName is lesser than, greater than, or equal to the specified DotName. - complete() - Method in class org.jboss.jandex.Indexer
-
Completes, finalizes, and returns the index after zero or more calls to index.
- component - Variable in class org.jboss.jandex.ArrayType
- component() - Method in class org.jboss.jandex.ArrayType
-
Returns the component type of the array.
- componentized - Variable in class org.jboss.jandex.DotName
- componentKind() - Method in class org.jboss.jandex.AnnotationValue.ArrayValue
- componentKind() - Method in class org.jboss.jandex.AnnotationValue
-
Returns the kind of value that represents the component type of this array if it can be determined.
- CompositeIndex - Class in org.jboss.jandex
-
Composite annotation index.
- CompositeIndex(Collection<IndexView>) - Constructor for class org.jboss.jandex.CompositeIndex
- CONSTANT_CLASS - Static variable in class org.jboss.jandex.Indexer
- CONSTANT_DOUBLE - Static variable in class org.jboss.jandex.Indexer
- CONSTANT_DYNAMIC - Static variable in class org.jboss.jandex.Indexer
- CONSTANT_FIELDREF - Static variable in class org.jboss.jandex.Indexer
- CONSTANT_FLOAT - Static variable in class org.jboss.jandex.Indexer
- CONSTANT_INTEGER - Static variable in class org.jboss.jandex.Indexer
- CONSTANT_INTERFACEMETHODREF - Static variable in class org.jboss.jandex.Indexer
- CONSTANT_INVOKEDYNAMIC - Static variable in class org.jboss.jandex.Indexer
- CONSTANT_LONG - Static variable in class org.jboss.jandex.Indexer
- CONSTANT_METHODHANDLE - Static variable in class org.jboss.jandex.Indexer
- CONSTANT_METHODREF - Static variable in class org.jboss.jandex.Indexer
- CONSTANT_METHODTYPE - Static variable in class org.jboss.jandex.Indexer
- CONSTANT_MODULE - Static variable in class org.jboss.jandex.Indexer
- CONSTANT_NAMEANDTYPE - Static variable in class org.jboss.jandex.Indexer
- CONSTANT_PACKAGE - Static variable in class org.jboss.jandex.Indexer
- CONSTANT_STRING - Static variable in class org.jboss.jandex.Indexer
- CONSTANT_UTF8 - Static variable in class org.jboss.jandex.Indexer
- constantPool - Variable in class org.jboss.jandex.Indexer
- constantPoolAnnoAttrributes - Variable in class org.jboss.jandex.Indexer
- constantPoolOffsets - Variable in class org.jboss.jandex.Indexer
- constructors() - Method in class org.jboss.jandex.ClassInfo
-
Returns a list of all constructors declared in this class (which the JVM names "<init>").
- contains(Object) - Method in class org.jboss.jandex.StrongInternPool
- convertClassFieldDescriptor(String) - Static method in class org.jboss.jandex.Indexer
- convertParameterized(Type) - Method in class org.jboss.jandex.Indexer
- convertToList(AnnotationInstance[]) - Method in class org.jboss.jandex.IndexReaderV2
- convertToName(String) - Method in class org.jboss.jandex.NameTable
- convertToName(String, char) - Method in class org.jboss.jandex.NameTable
- copy(File, File) - Static method in class org.jboss.jandex.JarIndexer
- copy(InputStream, OutputStream) - Static method in class org.jboss.jandex.JarIndexer
- copyExceptions() - Method in class org.jboss.jandex.MethodInfo
- copyExceptions() - Method in class org.jboss.jandex.MethodInternal
- copyInterfaceTypes() - Method in class org.jboss.jandex.ClassInfo
- copyParameters() - Method in class org.jboss.jandex.MethodInfo
- copyParameters() - Method in class org.jboss.jandex.MethodInternal
- copyType(int, Type) - Method in class org.jboss.jandex.TypeVariable
- copyType(AnnotationInstance[]) - Method in class org.jboss.jandex.ArrayType
- copyType(AnnotationInstance[]) - Method in class org.jboss.jandex.ClassType
- copyType(AnnotationInstance[]) - Method in class org.jboss.jandex.ParameterizedType
- copyType(AnnotationInstance[]) - Method in class org.jboss.jandex.PrimitiveType
- copyType(AnnotationInstance[]) - Method in class org.jboss.jandex.Type
- copyType(AnnotationInstance[]) - Method in class org.jboss.jandex.TypeVariable
- copyType(AnnotationInstance[]) - Method in class org.jboss.jandex.UnresolvedTypeVariable
- copyType(AnnotationInstance[]) - Method in class org.jboss.jandex.VoidType
- copyType(AnnotationInstance[]) - Method in class org.jboss.jandex.WildcardType
- copyType(Type) - Method in class org.jboss.jandex.ParameterizedType
- copyType(Type) - Method in class org.jboss.jandex.WildcardType
- copyType(Type[]) - Method in class org.jboss.jandex.ParameterizedType
- copyType(Type, int) - Method in class org.jboss.jandex.ArrayType
- copyTypeParameters(AnnotationTarget) - Static method in class org.jboss.jandex.Indexer
- counter - Variable in class org.jboss.jandex.IndexWriterV2.ReferenceTable
- countInstances(Index) - Method in class org.jboss.jandex.Result
- create(Collection<IndexView>) - Static method in class org.jboss.jandex.CompositeIndex
- create(Map<DotName, List<AnnotationInstance>>, Map<DotName, List<ClassInfo>>, Map<DotName, List<ClassInfo>>, Map<DotName, ClassInfo>) - Static method in class org.jboss.jandex.Index
-
Constructs a "mock" Index using the passed values.
- create(Map<DotName, List<AnnotationInstance>>, Map<DotName, List<ClassInfo>>, Map<DotName, List<ClassInfo>>, Map<DotName, ClassInfo>, Map<DotName, List<ClassInfo>>) - Static method in class org.jboss.jandex.Index
-
Constructs a "mock" Index using the passed values.
- create(ClassInfo, String, String[], Type[], Type, short, TypeVariable[], Type[]) - Static method in class org.jboss.jandex.MethodInfo
-
Construct a new mock Method instance.
- create(ClassInfo, String, Type) - Static method in class org.jboss.jandex.RecordComponentInfo
-
Constructs a new mock record component info
- create(ClassInfo, String, Type[], Type, short) - Static method in class org.jboss.jandex.MethodInfo
-
Construct a new mock Method instance.
- create(ClassInfo, String, Type[], Type, short, TypeVariable[], Type[]) - Static method in class org.jboss.jandex.MethodInfo
-
Construct a new mock Method instance.
- create(ClassInfo, String, Type, short) - Static method in class org.jboss.jandex.FieldInfo
-
Construct a new mock Field instance.
- create(DotName, AnnotationTarget, List<AnnotationValue>) - Static method in class org.jboss.jandex.AnnotationInstance
-
Construct a new mock annotation instance.
- create(DotName, AnnotationTarget, AnnotationValue[]) - Static method in class org.jboss.jandex.AnnotationInstance
-
Construct a new mock annotation instance.
- create(DotName, DotName, short, DotName[], Map<DotName, List<AnnotationInstance>>, boolean) - Static method in class org.jboss.jandex.ClassInfo
-
Deprecated.
- create(DotName, Type.Kind) - Static method in class org.jboss.jandex.Type
-
Creates a type instance of the specified kind.
- create(DotName, Type[], Type) - Static method in class org.jboss.jandex.ParameterizedType
-
Create a new mock instance.
- create(IndexView...) - Static method in class org.jboss.jandex.CompositeIndex
- create(MethodInfo, short) - Static method in class org.jboss.jandex.MethodParameterInfo
-
Constructs a new mock method parameter info
- create(Type, boolean) - Static method in class org.jboss.jandex.WildcardType
-
Create a new mock instance of WildcardType.
- create(Type, int) - Static method in class org.jboss.jandex.ArrayType
-
Create a new mock array type instance with the specified component and dimensions.
- createArrayValue(String, AnnotationValue[]) - Static method in class org.jboss.jandex.AnnotationValue
- createBooleanValue(String, boolean) - Static method in class org.jboss.jandex.AnnotationValue
- createByteValue(String, byte) - Static method in class org.jboss.jandex.AnnotationValue
- createCharacterValue(String, char) - Static method in class org.jboss.jandex.AnnotationValue
- createClassValue(String, Type) - Static method in class org.jboss.jandex.AnnotationValue
- createComponentized(DotName, String) - Static method in class org.jboss.jandex.DotName
-
Constructs a componentized DotName.
- createComponentized(DotName, String, boolean) - Static method in class org.jboss.jandex.DotName
-
Constructs a componentized DotName.
- createDoubleValue(String, double) - Static method in class org.jboss.jandex.AnnotationValue
- createDouleValue(String, double) - Static method in class org.jboss.jandex.AnnotationValue
-
Deprecated.Use
AnnotationValue.createDoubleValue(String, double)
instead. - createEnumValue(String, DotName, String) - Static method in class org.jboss.jandex.AnnotationValue
- createFloatValue(String, float) - Static method in class org.jboss.jandex.AnnotationValue
- createIntegerValue(String, int) - Static method in class org.jboss.jandex.AnnotationValue
- createJarIndex(File, Indexer, boolean, boolean, boolean) - Static method in class org.jboss.jandex.JarIndexer
-
Indexes a jar file and saves the result.
- createJarIndex(File, Indexer, boolean, boolean, boolean, PrintStream, PrintStream) - Static method in class org.jboss.jandex.JarIndexer
-
Indexes a jar file and saves the result.
- createJarIndex(File, Indexer, File, boolean, boolean, boolean) - Static method in class org.jboss.jandex.JarIndexer
-
Indexes a jar file and saves the result.
- createJarIndex(File, Indexer, File, boolean, boolean, boolean, PrintStream, PrintStream) - Static method in class org.jboss.jandex.JarIndexer
-
Indexes a jar file and saves the result.
- createLongalue(String, long) - Static method in class org.jboss.jandex.AnnotationValue
-
Deprecated.Use
AnnotationValue.createLongValue(String, long)
instead. - createLongValue(String, long) - Static method in class org.jboss.jandex.AnnotationValue
- createMerged(CompositeIndex...) - Static method in class org.jboss.jandex.CompositeIndex
- createNestedAnnotationValue(String, AnnotationInstance) - Static method in class org.jboss.jandex.AnnotationValue
- createShortValue(String, short) - Static method in class org.jboss.jandex.AnnotationValue
- createSimple(String) - Static method in class org.jboss.jandex.DotName
-
Constructs a simple DotName which stores the string in it's entirety.
- createStringValue(String, String) - Static method in class org.jboss.jandex.AnnotationValue
- crossEquals(DotName, DotName) - Static method in class org.jboss.jandex.DotName
- current - Variable in class org.jboss.jandex.StrongInternPool.IdentityHashSetIterator
- currentClass - Variable in class org.jboss.jandex.Indexer
- currentPrefix - Variable in class org.jboss.jandex.DotName.IndexState
D
- debugParameterNames - Variable in class org.jboss.jandex.Indexer
- declaringClass() - Method in class org.jboss.jandex.FieldInfo
-
Returns the class which declared the field
- declaringClass() - Method in class org.jboss.jandex.MethodInfo
-
Returns the class that declared this method
- declaringClass() - Method in class org.jboss.jandex.RecordComponentInfo
-
Returns the (record) class declaring this record component.
- decode(char) - Static method in class org.jboss.jandex.PrimitiveType
- decode(String) - Static method in class org.jboss.jandex.PrimitiveType
- decodeClassEntry(int) - Method in class org.jboss.jandex.Indexer
- decodeDotNameEntry(int, int, String, char) - Method in class org.jboss.jandex.Indexer
- decodeDoubleEntry(int) - Method in class org.jboss.jandex.Indexer
- decodeFloatEntry(int) - Method in class org.jboss.jandex.Indexer
- decodeIntegerEntry(int) - Method in class org.jboss.jandex.Indexer
- decodeLongEntry(int) - Method in class org.jboss.jandex.Indexer
- decodeModuleEntry(int) - Method in class org.jboss.jandex.Indexer
- decodeNameAndTypeEntry(int) - Method in class org.jboss.jandex.Indexer
- decodeOptionalUtf8Entry(int) - Method in class org.jboss.jandex.Indexer
- decodePackageEntry(int) - Method in class org.jboss.jandex.Indexer
- decodeUtf8Entry(int) - Method in class org.jboss.jandex.Indexer
- decodeUtf8EntryAsBytes(int) - Method in class org.jboss.jandex.Indexer
- deepIntern(FieldInternal) - Method in class org.jboss.jandex.IndexWriterV2
- deepIntern(MethodInternal) - Method in class org.jboss.jandex.IndexWriterV2
- deepIntern(RecordComponentInternal) - Method in class org.jboss.jandex.IndexWriterV2
- DEFAULT_CAPACITY - Static variable in class org.jboss.jandex.StrongInternPool
-
Same default as HashMap, must be a power of 2
- DEFAULT_LOAD_FACTOR - Static variable in class org.jboss.jandex.StrongInternPool
-
67%, just like IdentityHashMap
- defaultValue - Variable in class org.jboss.jandex.MethodInternal
- defaultValue() - Method in class org.jboss.jandex.MethodInfo
-
Returns the default annotation value if this method represents an annotation member with a default value.
- defaultValue() - Method in class org.jboss.jandex.MethodInternal
- descriptor - Variable in class org.jboss.jandex.Indexer.NameAndType
- dimensions - Variable in class org.jboss.jandex.ArrayType
- dimensions() - Method in class org.jboss.jandex.ArrayType
-
The number of dimensions this array type has.
- DotName - Class in org.jboss.jandex
-
A DotName represents a dot separated name, typically a Java package or a Java class.
- DotName(DotName, String, boolean, boolean) - Constructor for class org.jboss.jandex.DotName
- DotName.IndexState - Class in org.jboss.jandex
- DOUBLE - org.jboss.jandex.AnnotationValue.Kind
-
Indicates a primitive double value
- DOUBLE - org.jboss.jandex.PrimitiveType.Primitive
-
Indicates a primitive double type
- DOUBLE - Static variable in class org.jboss.jandex.PrimitiveType
- DoubleValue(String, double) - Constructor for class org.jboss.jandex.AnnotationValue.DoubleValue
- downgradeName(DotName) - Method in class org.jboss.jandex.IndexWriterV1
- dump - Variable in class org.jboss.jandex.Main
- dumpIndex(File) - Method in class org.jboss.jandex.Main
E
- elementAnnotations - Variable in class org.jboss.jandex.Indexer
- elementPos - Variable in class org.jboss.jandex.Indexer.PathElementStack
- elementTypeParameters - Variable in class org.jboss.jandex.GenericSignatureParser
- EMPTY - org.jboss.jandex.TypeTarget.Usage
-
Indicates a type annotation occurs within a field, method receiver, or method return type
- EMPTY_ANNOTATION_LIST - Static variable in class org.jboss.jandex.Index
- EMPTY_ANNOTATIONS - Static variable in class org.jboss.jandex.Type
- EMPTY_ARRAY - Static variable in class org.jboss.jandex.AnnotationInstance
- EMPTY_ARRAY - Static variable in class org.jboss.jandex.FieldInternal
- EMPTY_ARRAY - Static variable in class org.jboss.jandex.MethodInternal
- EMPTY_ARRAY - Static variable in class org.jboss.jandex.RecordComponentInternal
- EMPTY_ARRAY - Static variable in class org.jboss.jandex.Type
- EMPTY_CLASSINFO_LIST - Static variable in class org.jboss.jandex.Index
- EMPTY_PARAMETER_NAMES - Static variable in class org.jboss.jandex.MethodInfo
- EMPTY_PARAMETER_NAMES - Static variable in class org.jboss.jandex.MethodInternal
- EMPTY_POSITIONS - Static variable in class org.jboss.jandex.ClassInfo
- EMPTY_TYPE_TAG - Static variable in class org.jboss.jandex.IndexReaderV2
- EMPTY_TYPE_TAG - Static variable in class org.jboss.jandex.IndexWriterV2
- EMPTY_VALUE_ARRAY - Static variable in class org.jboss.jandex.AnnotationValue
- emptyOrWrap(Collection<T>) - Static method in class org.jboss.jandex.Utils
- emptyOrWrap(List<T>) - Static method in class org.jboss.jandex.Utils
- emptyOrWrap(Map<K, V>) - Static method in class org.jboss.jandex.Utils
- EmptyTypeTarget - Class in org.jboss.jandex
-
Represents a type annotation target which occurs directly on a field type, a method return type, or a method receiver type.
- EmptyTypeTarget(AnnotationTarget, boolean) - Constructor for class org.jboss.jandex.EmptyTypeTarget
- EmptyTypeTarget(AnnotationTarget, Type, boolean) - Constructor for class org.jboss.jandex.EmptyTypeTarget
- ENCLOSING_METHOD - Static variable in class org.jboss.jandex.Indexer
- ENCLOSING_METHOD_LEN - Static variable in class org.jboss.jandex.Indexer
- enclosingClass - Variable in class org.jboss.jandex.ClassInfo.EnclosingMethodInfo
- enclosingClass - Variable in class org.jboss.jandex.ClassInfo.NestingInfo
- enclosingClass - Variable in class org.jboss.jandex.Indexer.InnerClassInfo
- enclosingClass() - Method in class org.jboss.jandex.ClassInfo
-
Returns the enclosing class if this is an inner class, or null if this is an anonymous, a local, or a top level class.
- enclosingClass() - Method in class org.jboss.jandex.ClassInfo.EnclosingMethodInfo
-
Returns the class name which declares this method or constructor.
- enclosingMethod - Variable in class org.jboss.jandex.ClassInfo.NestingInfo
- enclosingMethod() - Method in class org.jboss.jandex.ClassInfo
-
Returns the enclosing method of this class if it is a local, or anonymous class, and it is declared within the body of a method or constructor.
- EnclosingMethodInfo(String, Type, Type[], DotName) - Constructor for class org.jboss.jandex.ClassInfo.EnclosingMethodInfo
- enclosingTarget - Variable in class org.jboss.jandex.TypeTarget
- enclosingTarget() - Method in class org.jboss.jandex.ClassExtendsTypeTarget
- enclosingTarget() - Method in class org.jboss.jandex.MethodParameterTypeTarget
- enclosingTarget() - Method in class org.jboss.jandex.ThrowsTypeTarget
- enclosingTarget() - Method in class org.jboss.jandex.TypeTarget
-
Returns the enclosing target that contains the type referred to by the
TypeTarget.target()
method. - ENUM - org.jboss.jandex.AnnotationValue.Kind
-
Indicates a Java Enum value
- ENUM - Static variable in class org.jboss.jandex.Modifiers
- ENUM_NAME - Static variable in class org.jboss.jandex.DotName
- EnumValue(String, DotName, String) - Constructor for class org.jboss.jandex.AnnotationValue.EnumValue
- eq(Object, Object) - Static method in class org.jboss.jandex.StrongInternPool
- equals(Object) - Method in class org.jboss.jandex.AnnotationInstance
-
Returns whether or not this annotation instance is equivalent to another instance.
- equals(Object) - Method in class org.jboss.jandex.AnnotationValue.ArrayValue
- equals(Object) - Method in class org.jboss.jandex.AnnotationValue.BooleanValue
- equals(Object) - Method in class org.jboss.jandex.AnnotationValue.ByteValue
- equals(Object) - Method in class org.jboss.jandex.AnnotationValue.CharacterValue
- equals(Object) - Method in class org.jboss.jandex.AnnotationValue.ClassValue
- equals(Object) - Method in class org.jboss.jandex.AnnotationValue.DoubleValue
- equals(Object) - Method in class org.jboss.jandex.AnnotationValue.EnumValue
- equals(Object) - Method in class org.jboss.jandex.AnnotationValue
-
Compares this annotation value to another annotation value, and returns true if equal.
- equals(Object) - Method in class org.jboss.jandex.AnnotationValue.FloatValue
- equals(Object) - Method in class org.jboss.jandex.AnnotationValue.IntegerValue
- equals(Object) - Method in class org.jboss.jandex.AnnotationValue.LongValue
- equals(Object) - Method in class org.jboss.jandex.AnnotationValue.NestedAnnotation
- equals(Object) - Method in class org.jboss.jandex.AnnotationValue.ShortValue
- equals(Object) - Method in class org.jboss.jandex.AnnotationValue.StringValue
- equals(Object) - Method in class org.jboss.jandex.ArrayType
- equals(Object) - Method in class org.jboss.jandex.DotName
-
Compares a DotName to another DotName and returns true if the represent the same underlying semantic name.
- equals(Object) - Method in class org.jboss.jandex.FieldInfo
- equals(Object) - Method in class org.jboss.jandex.FieldInternal
- equals(Object) - Method in class org.jboss.jandex.MethodInfo
- equals(Object) - Method in class org.jboss.jandex.MethodInternal
- equals(Object) - Method in class org.jboss.jandex.MethodParameterInfo
- equals(Object) - Method in class org.jboss.jandex.ParameterizedType
- equals(Object) - Method in class org.jboss.jandex.PrimitiveType
- equals(Object) - Method in class org.jboss.jandex.RecordComponentInfo
- equals(Object) - Method in class org.jboss.jandex.RecordComponentInternal
- equals(Object) - Method in class org.jboss.jandex.Type
-
Compares this Type with another type, and returns true if they are equivalent.
- equals(Object) - Method in class org.jboss.jandex.TypeVariable
- equals(Object) - Method in class org.jboss.jandex.UnresolvedTypeVariable
- equals(Object) - Method in class org.jboss.jandex.WildcardType
- exceptionArray() - Method in class org.jboss.jandex.MethodInternal
- exceptions - Variable in class org.jboss.jandex.MethodInternal
- exceptions() - Method in class org.jboss.jandex.MethodInfo
-
Returns the list of throwable classes declared to be thrown by this method.
- exceptions() - Method in class org.jboss.jandex.MethodInternal
- EXCEPTIONS - Static variable in class org.jboss.jandex.Indexer
- EXCEPTIONS_LEN - Static variable in class org.jboss.jandex.Indexer
- execute() - Method in class org.jboss.jandex.JandexAntTask
- execute(String[]) - Method in class org.jboss.jandex.Main
- expect(char) - Method in class org.jboss.jandex.GenericSignatureParser
- expectedCount - Variable in class org.jboss.jandex.StrongInternPool.IdentityHashSetIterator
- ExportedPackageInfo(DotName, int, List<DotName>) - Constructor for class org.jboss.jandex.ModuleInfo.ExportedPackageInfo
- exports - Variable in class org.jboss.jandex.ModuleInfo
- exports() - Method in class org.jboss.jandex.ModuleInfo
- exportsList() - Method in class org.jboss.jandex.ModuleInfo
- extendsBound() - Method in class org.jboss.jandex.WildcardType
-
Returns the extends (upper) bound of this wildcard.
F
- field() - Method in class org.jboss.jandex.RecordComponentInfo
-
Returns the component field corresponding to this record component.
- field(String) - Method in class org.jboss.jandex.ClassInfo
-
Retrieves a field by the given name.
- FIELD - org.jboss.jandex.AnnotationTarget.Kind
-
An object of type
FieldInfo
- FIELD_TAG - Static variable in class org.jboss.jandex.IndexReaderV1
- FIELD_TAG - Static variable in class org.jboss.jandex.IndexReaderV2
- FIELD_TAG - Static variable in class org.jboss.jandex.IndexWriterV1
- FIELD_TAG - Static variable in class org.jboss.jandex.IndexWriterV2
- fieldArray() - Method in class org.jboss.jandex.ClassInfo
- FieldInfo - Class in org.jboss.jandex
-
Represents a field.
- FieldInfo() - Constructor for class org.jboss.jandex.FieldInfo
- FieldInfo(ClassInfo, byte[], Type, short) - Constructor for class org.jboss.jandex.FieldInfo
- FieldInfo(ClassInfo, FieldInternal) - Constructor for class org.jboss.jandex.FieldInfo
- FieldInfoGenerator - Class in org.jboss.jandex
-
A list which wraps FieldInternal objects with a FieldInfo, so that the declaring class' reference can be set.
- FieldInfoGenerator(ClassInfo, FieldInternal[], byte[]) - Constructor for class org.jboss.jandex.FieldInfoGenerator
- fieldInternal() - Method in class org.jboss.jandex.FieldInfo
- FieldInternal - Class in org.jboss.jandex
-
The shared internal representation for FieldInfo objects.
- FieldInternal(byte[], Type, short) - Constructor for class org.jboss.jandex.FieldInternal
- FieldInternal(byte[], Type, short, AnnotationInstance[]) - Constructor for class org.jboss.jandex.FieldInternal
- FieldInternal.NameComparator - Class in org.jboss.jandex
- fieldPool - Variable in class org.jboss.jandex.NameTable
- fieldPool() - Method in class org.jboss.jandex.NameTable
- fieldPositionArray() - Method in class org.jboss.jandex.ClassInfo
- fieldPositions - Variable in class org.jboss.jandex.ClassInfo
- fields - Variable in class org.jboss.jandex.ClassInfo
- fields - Variable in class org.jboss.jandex.FieldInfoGenerator
- fields - Variable in class org.jboss.jandex.Indexer
- fields() - Method in class org.jboss.jandex.ClassInfo
-
Returns a list of all available fields.
- fieldTable - Variable in class org.jboss.jandex.IndexReaderV2
- filesets - Variable in class org.jboss.jandex.JandexAntTask
- findNextNull(Object[], int) - Method in class org.jboss.jandex.IndexReaderV2
- firstMethod(String) - Method in class org.jboss.jandex.ClassInfo
-
Retrieves the "first" occurrence of a method by the given name.
- flags - Variable in class org.jboss.jandex.ClassInfo
- flags - Variable in class org.jboss.jandex.FieldInternal
- flags - Variable in class org.jboss.jandex.Indexer.InnerClassInfo
- flags - Variable in class org.jboss.jandex.MethodInternal
- flags - Variable in class org.jboss.jandex.ModuleInfo.ExportedPackageInfo
- flags - Variable in class org.jboss.jandex.ModuleInfo
- flags - Variable in class org.jboss.jandex.ModuleInfo.OpenedPackageInfo
- flags - Variable in class org.jboss.jandex.ModuleInfo.RequiredModuleInfo
- flags() - Method in class org.jboss.jandex.ClassInfo
-
Returns the access flags for this class.
- flags() - Method in class org.jboss.jandex.FieldInfo
-
Returns the access fields of this field.
- flags() - Method in class org.jboss.jandex.FieldInternal
- flags() - Method in class org.jboss.jandex.MethodInfo
-
Returns the access fields of this method.
- flags() - Method in class org.jboss.jandex.MethodInternal
- flags() - Method in class org.jboss.jandex.ModuleInfo.ExportedPackageInfo
- flags() - Method in class org.jboss.jandex.ModuleInfo
-
Returns the access flags for this class.
- flags() - Method in class org.jboss.jandex.ModuleInfo.OpenedPackageInfo
- flags() - Method in class org.jboss.jandex.ModuleInfo.RequiredModuleInfo
- FLOAT - org.jboss.jandex.AnnotationValue.Kind
-
Indicates a primitive float value
- FLOAT - org.jboss.jandex.PrimitiveType.Primitive
-
Indicates a primitive float type
- FLOAT - Static variable in class org.jboss.jandex.PrimitiveType
- FloatValue(String, float) - Constructor for class org.jboss.jandex.AnnotationValue.FloatValue
- fromOrdinal(int) - Static method in enum org.jboss.jandex.Type.Kind
- fromOridinal(int) - Static method in class org.jboss.jandex.PrimitiveType
- fromUTF8(byte[]) - Static method in class org.jboss.jandex.Utils
G
- GenericSignatureParser - Class in org.jboss.jandex
-
A simple recursive decent generic signature parser.
- GenericSignatureParser(NameTable) - Constructor for class org.jboss.jandex.GenericSignatureParser
- GenericSignatureParser.ClassSignature - Class in org.jboss.jandex
- GenericSignatureParser.MethodSignature - Class in org.jboss.jandex
- genericsRequired - Variable in class org.jboss.jandex.Indexer.TypeAnnotationState
- get(int) - Method in class org.jboss.jandex.FieldInfoGenerator
- get(int) - Method in class org.jboss.jandex.MethodInfoGenerator
- get(int) - Method in class org.jboss.jandex.RecordComponentInfoGenerator
- getAllKnownImplementors(DotName) - Method in class org.jboss.jandex.CompositeIndex
-
Returns all known classes that implement the given interface, directly and indirectly.
- getAllKnownImplementors(DotName) - Method in class org.jboss.jandex.Index
- getAllKnownImplementors(DotName) - Method in interface org.jboss.jandex.IndexView
-
Returns all known classes that implement the given interface, directly and indirectly.
- getAllKnownSubclasses(DotName) - Method in class org.jboss.jandex.CompositeIndex
-
Returns all known (including non-direct) sub classes of the given class.
- getAllKnownSubclasses(DotName) - Method in class org.jboss.jandex.Index
- getAllKnownSubclasses(DotName) - Method in interface org.jboss.jandex.IndexView
-
Returns all known (including non-direct) sub classes of the given class.
- getAllKnownSubClasses(DotName, Set<ClassInfo>, Set<DotName>) - Method in class org.jboss.jandex.CompositeIndex
- getAllKnownSubClasses(DotName, Set<ClassInfo>, Set<DotName>) - Method in class org.jboss.jandex.Index
- getAllKnownSubClasses(DotName, Set<ClassInfo>, Set<DotName>, Set<DotName>) - Method in class org.jboss.jandex.CompositeIndex
- getAllKnownSubClasses(DotName, Set<ClassInfo>, Set<DotName>, Set<DotName>) - Method in class org.jboss.jandex.Index
- getAnnotations() - Method in class org.jboss.jandex.Result
- getAnnotations(DotName) - Method in class org.jboss.jandex.CompositeIndex
-
Obtains a list of instances for the specified annotation.
- getAnnotations(DotName) - Method in class org.jboss.jandex.Index
-
Obtains a list of instances for the specified annotation.
- getAnnotations(DotName) - Method in interface org.jboss.jandex.IndexView
-
Obtains a list of instances for the specified annotation.
- getAnnotationsWithRepeatable(DotName, IndexView) - Method in class org.jboss.jandex.CompositeIndex
-
Obtains a list of instances for the specified annotation.
- getAnnotationsWithRepeatable(DotName, IndexView) - Method in class org.jboss.jandex.Index
-
Obtains a list of instances for the specified annotation.
- getAnnotationsWithRepeatable(DotName, IndexView) - Method in interface org.jboss.jandex.IndexView
-
Obtains a list of instances for the specified annotation.
- getBytes() - Method in class org.jboss.jandex.Result
- getClassByName(DotName) - Method in class org.jboss.jandex.CompositeIndex
-
Gets the class (or interface, or annotation) that was scanned during the indexing phase.
- getClassByName(DotName) - Method in class org.jboss.jandex.Index
-
Gets the class (or interface, or annotation) that was scanned during the indexing phase.
- getClassByName(DotName) - Method in interface org.jboss.jandex.IndexView
-
Gets the class (or interface, or annotation) that was scanned during the indexing phase.
- getClasses() - Method in class org.jboss.jandex.Result
- getDataVersion() - Method in class org.jboss.jandex.IndexReader
-
Returns the version of the data contract stored in the index that was read.
- getIndex() - Method in class org.jboss.jandex.Result
- getIndex(long) - Method in class org.jboss.jandex.Main
- getIndexFile(File, boolean) - Static method in class org.jboss.jandex.JarIndexer
- getIndexVersion() - Method in class org.jboss.jandex.IndexReader
-
Returns the index file version.
- getInstances() - Method in class org.jboss.jandex.Result
- getKnownClasses() - Method in class org.jboss.jandex.CompositeIndex
-
Gets all known classes by this index (those which were scanned).
- getKnownClasses() - Method in class org.jboss.jandex.Index
-
Gets all known classes by this index (those which were scanned).
- getKnownClasses() - Method in interface org.jboss.jandex.IndexView
-
Gets all known classes by this index (those which were scanned).
- getKnownDirectImplementors(DotName) - Method in class org.jboss.jandex.CompositeIndex
-
Gets all known direct implementors of the specified interface name.
- getKnownDirectImplementors(DotName) - Method in class org.jboss.jandex.Index
-
Gets all known direct implementors of the specified interface name.
- getKnownDirectImplementors(DotName) - Method in interface org.jboss.jandex.IndexView
-
Gets all known direct implementors of the specified interface name.
- getKnownDirectSubclasses(DotName) - Method in class org.jboss.jandex.CompositeIndex
-
Gets all known direct subclasses of the specified class name.
- getKnownDirectSubclasses(DotName) - Method in class org.jboss.jandex.Index
-
Gets all known direct subclasses of the specified class name.
- getKnownDirectSubclasses(DotName) - Method in interface org.jboss.jandex.IndexView
-
Gets all known direct subclasses of the specified class name.
- getKnownImplementors(DotName, Set<ClassInfo>, Set<DotName>, Set<DotName>) - Method in class org.jboss.jandex.CompositeIndex
- getKnownImplementors(DotName, Set<ClassInfo>, Set<DotName>, Set<DotName>) - Method in class org.jboss.jandex.Index
- getKnownModules() - Method in class org.jboss.jandex.CompositeIndex
-
Gets all known modules by this index (those which were scanned).
- getKnownModules() - Method in class org.jboss.jandex.Index
-
Gets all known modules by this index (those which were scanned).
- getKnownModules() - Method in interface org.jboss.jandex.IndexView
-
Gets all known modules by this index (those which were scanned).
- getKnownUsers(DotName) - Method in class org.jboss.jandex.CompositeIndex
-
Obtains a list of classes that use the specified class.
- getKnownUsers(DotName) - Method in class org.jboss.jandex.Index
-
Obtains a list of classes that use the specified class.
- getKnownUsers(DotName) - Method in interface org.jboss.jandex.IndexView
-
Obtains a list of classes that use the specified class.
- getModuleByName(DotName) - Method in class org.jboss.jandex.CompositeIndex
-
Gets the module that was scanned during the indexing phase.
- getModuleByName(DotName) - Method in class org.jboss.jandex.Index
-
Gets the module that was scanned during the indexing phase.
- getModuleByName(DotName) - Method in interface org.jboss.jandex.IndexView
-
Gets the module that was scanned during the indexing phase.
- getName() - Method in class org.jboss.jandex.Result
- getOutputFile() - Method in class org.jboss.jandex.Result
- getReferenceEntry(T) - Method in class org.jboss.jandex.IndexWriterV2.ReferenceTable
- getRepeatableAnnotations(DotName, DotName) - Method in class org.jboss.jandex.Index
- getTypeParameters(AnnotationTarget) - Static method in class org.jboss.jandex.Indexer
- getUsages() - Method in class org.jboss.jandex.Result
- getWriter(int) - Method in class org.jboss.jandex.IndexWriter
H
- HAS_ANNOTATION_DEFAULT - Static variable in class org.jboss.jandex.Indexer
- HAS_CODE - Static variable in class org.jboss.jandex.Indexer
- HAS_ENCLOSING_METHOD - Static variable in class org.jboss.jandex.Indexer
- HAS_ENCLOSING_METHOD - Static variable in class org.jboss.jandex.IndexReaderV2
- HAS_ENCLOSING_METHOD - Static variable in class org.jboss.jandex.IndexWriterV2
- HAS_EXCEPTIONS - Static variable in class org.jboss.jandex.Indexer
- HAS_INNER_CLASSES - Static variable in class org.jboss.jandex.Indexer
- HAS_LOCAL_VARIABLE_TABLE - Static variable in class org.jboss.jandex.Indexer
- HAS_METHOD_PARAMETERS - Static variable in class org.jboss.jandex.Indexer
- HAS_MODULE - Static variable in class org.jboss.jandex.Indexer
- HAS_MODULE_MAIN_CLASS - Static variable in class org.jboss.jandex.Indexer
- HAS_MODULE_PACKAGES - Static variable in class org.jboss.jandex.Indexer
- HAS_NESTING - Static variable in class org.jboss.jandex.IndexWriterV2
- HAS_RECORD - Static variable in class org.jboss.jandex.Indexer
- HAS_RUNTIME_ANNOTATION - Static variable in class org.jboss.jandex.Indexer
- HAS_RUNTIME_PARAM_ANNOTATION - Static variable in class org.jboss.jandex.Indexer
- HAS_RUNTIME_TYPE_ANNOTATION - Static variable in class org.jboss.jandex.Indexer
- HAS_SIGNATURE - Static variable in class org.jboss.jandex.Indexer
- hasAnnotation(DotName) - Method in class org.jboss.jandex.FieldInfo
-
Returns whether or not the annotation instance with the given name occurs on this field
- hasAnnotation(DotName) - Method in class org.jboss.jandex.FieldInternal
- hasAnnotation(DotName) - Method in class org.jboss.jandex.MethodInfo
-
Returns whether or not the annotation instance with the given name occurs on this method, its parameters or its signature
- hasAnnotation(DotName) - Method in class org.jboss.jandex.MethodInternal
- hasAnnotation(DotName) - Method in class org.jboss.jandex.RecordComponentInfo
-
Returns whether or not the annotation instance with the given name occurs on this field
- hasAnnotation(DotName) - Method in class org.jboss.jandex.RecordComponentInternal
- hasAnnotation(DotName) - Method in class org.jboss.jandex.Type
- hasAnonymousEncloser(Indexer.TypeAnnotationState) - Method in class org.jboss.jandex.Indexer
- hash - Variable in class org.jboss.jandex.ArrayType
- hash - Variable in class org.jboss.jandex.DotName
- hash - Variable in class org.jboss.jandex.ParameterizedType
- hash - Variable in class org.jboss.jandex.TypeVariable
- hash - Variable in class org.jboss.jandex.UnresolvedTypeVariable
- hash - Variable in class org.jboss.jandex.WildcardType
- hash(Object) - Static method in class org.jboss.jandex.StrongInternPool
- HASH_MASK - Static variable in class org.jboss.jandex.TypeVariable
- hashCode() - Method in class org.jboss.jandex.AnnotationInstance
-
Returns a hash code representing this object.
- hashCode() - Method in class org.jboss.jandex.AnnotationValue.ArrayValue
- hashCode() - Method in class org.jboss.jandex.AnnotationValue.BooleanValue
- hashCode() - Method in class org.jboss.jandex.AnnotationValue.ByteValue
- hashCode() - Method in class org.jboss.jandex.AnnotationValue.CharacterValue
- hashCode() - Method in class org.jboss.jandex.AnnotationValue.ClassValue
- hashCode() - Method in class org.jboss.jandex.AnnotationValue.DoubleValue
- hashCode() - Method in class org.jboss.jandex.AnnotationValue.EnumValue
- hashCode() - Method in class org.jboss.jandex.AnnotationValue.FloatValue
- hashCode() - Method in class org.jboss.jandex.AnnotationValue
-
Computes a hash code for this annotation value.
- hashCode() - Method in class org.jboss.jandex.AnnotationValue.IntegerValue
- hashCode() - Method in class org.jboss.jandex.AnnotationValue.LongValue
- hashCode() - Method in class org.jboss.jandex.AnnotationValue.NestedAnnotation
- hashCode() - Method in class org.jboss.jandex.AnnotationValue.ShortValue
- hashCode() - Method in class org.jboss.jandex.AnnotationValue.StringValue
- hashCode() - Method in class org.jboss.jandex.ArrayType
- hashCode() - Method in class org.jboss.jandex.DotName
-
Returns a hash code which is based on the semantic representation of this
DotName
. - hashCode() - Method in class org.jboss.jandex.FieldInfo
- hashCode() - Method in class org.jboss.jandex.FieldInternal
- hashCode() - Method in class org.jboss.jandex.MethodInfo
- hashCode() - Method in class org.jboss.jandex.MethodInternal
- hashCode() - Method in class org.jboss.jandex.MethodParameterInfo
- hashCode() - Method in class org.jboss.jandex.ParameterizedType
- hashCode() - Method in class org.jboss.jandex.PrimitiveType
- hashCode() - Method in class org.jboss.jandex.RecordComponentInfo
- hashCode() - Method in class org.jboss.jandex.RecordComponentInternal
- hashCode() - Method in class org.jboss.jandex.Type
-
Computes a hash code representing this type.
- hashCode() - Method in class org.jboss.jandex.TypeVariable
- hashCode() - Method in class org.jboss.jandex.UnresolvedTypeVariable
- hashCode() - Method in class org.jboss.jandex.WildcardType
- hasImplicitObjectBound() - Method in class org.jboss.jandex.TypeVariable
- hasNext - Variable in class org.jboss.jandex.StrongInternPool.IdentityHashSetIterator
- hasNext() - Method in class org.jboss.jandex.StrongInternPool.IdentityHashSetIterator
- hasNoArgsConstructor - Variable in class org.jboss.jandex.ClassInfo
- hasNoArgsConstructor() - Method in class org.jboss.jandex.ClassInfo
-
Returns a boolean indicating the presence of a no-arg constructor, if supported by the underlying index store.
I
- i - Variable in class org.jboss.jandex.Indexer.IntegerHolder
- identifier() - Method in class org.jboss.jandex.TypeVariable
-
The identifier of this type variable as it appears in Java source code.
- identifier() - Method in class org.jboss.jandex.UnresolvedTypeVariable
-
The identifier of this unresolved type variable as it appears in Java source code.
- IdentityHashSetIterator() - Constructor for class org.jboss.jandex.StrongInternPool.IdentityHashSetIterator
- implementors - Variable in class org.jboss.jandex.Index
- implementors - Variable in class org.jboss.jandex.Indexer
- IMPLICIT_MASK - Static variable in class org.jboss.jandex.TypeVariable
- index - Variable in class org.jboss.jandex.IndexWriterV2.ReferenceEntry
- index - Variable in class org.jboss.jandex.Main
- index - Variable in class org.jboss.jandex.Result
- index - Variable in class org.jboss.jandex.StrongInternPool
-
Cache for an index
- index() - Method in class org.jboss.jandex.StrongInternPool
- index(int, int) - Static method in class org.jboss.jandex.StrongInternPool
- index(InputStream) - Method in class org.jboss.jandex.Indexer
-
Analyze and index the class file data present in the passed input stream.
- Index - Class in org.jboss.jandex
-
An index useful for quickly processing annotations.
- Index() - Constructor for class org.jboss.jandex.StrongInternPool.Index
- Index(Map<DotName, List<AnnotationInstance>>, Map<DotName, List<ClassInfo>>, Map<DotName, List<ClassInfo>>, Map<DotName, ClassInfo>, Map<DotName, ModuleInfo>, Map<DotName, List<ClassInfo>>) - Constructor for class org.jboss.jandex.Index
- indexClass(Class<?>) - Method in class org.jboss.jandex.Indexer
-
Analyze and index the class file data present in the passed class.
- indexDirectory(File, Indexer) - Method in class org.jboss.jandex.Main
- Indexer - Class in org.jboss.jandex
-
Analyzes and indexes the annotation and key structural information of a set of classes.
- Indexer() - Constructor for class org.jboss.jandex.Indexer
- Indexer.BooleanHolder - Class in org.jboss.jandex
- Indexer.InnerClassInfo - Class in org.jboss.jandex
- Indexer.IntegerHolder - Class in org.jboss.jandex
- Indexer.NameAndType - Class in org.jboss.jandex
- Indexer.PathElement - Class in org.jboss.jandex
- Indexer.PathElement.Kind - Enum in org.jboss.jandex
- Indexer.PathElementStack - Class in org.jboss.jandex
- Indexer.TypeAnnotationState - Class in org.jboss.jandex
- indexes - Variable in class org.jboss.jandex.CompositeIndex
- IndexReader - Class in org.jboss.jandex
-
Reads a Jandex index file and returns the saved index.
- IndexReader(InputStream) - Constructor for class org.jboss.jandex.IndexReader
-
Constructs a new IndedReader using the passed stream.
- IndexReaderImpl - Class in org.jboss.jandex
-
A common base class for index reader implementations.
- IndexReaderImpl() - Constructor for class org.jboss.jandex.IndexReaderImpl
- IndexReaderV1 - Class in org.jboss.jandex
-
Reads a Jandex index file and returns the saved index.
- IndexReaderV1(PackedDataInputStream) - Constructor for class org.jboss.jandex.IndexReaderV1
-
Constructs a new IndedReader using the passed stream.
- IndexReaderV2 - Class in org.jboss.jandex
-
Reads a Jandex index file and returns the saved index.
- IndexReaderV2(PackedDataInputStream) - Constructor for class org.jboss.jandex.IndexReaderV2
- IndexState() - Constructor for class org.jboss.jandex.DotName.IndexState
- IndexView - Interface in org.jboss.jandex
-
The basic contract for accessing Jandex indexed information.
- IndexWriter - Class in org.jboss.jandex
-
Writes a Jandex index file to a stream.
- IndexWriter(OutputStream) - Constructor for class org.jboss.jandex.IndexWriter
-
Constructs an IndexWriter using the specified stream
- IndexWriterImpl - Class in org.jboss.jandex
- IndexWriterImpl() - Constructor for class org.jboss.jandex.IndexWriterImpl
- IndexWriterV1 - Class in org.jboss.jandex
-
Writes a Jandex index file to a stream.
- IndexWriterV1(OutputStream) - Constructor for class org.jboss.jandex.IndexWriterV1
-
Constructs an IndexWriter using the specified stream
- IndexWriterV2 - Class in org.jboss.jandex
-
Writes a Jandex index file to a stream.
- IndexWriterV2(OutputStream) - Constructor for class org.jboss.jandex.IndexWriterV2
-
Constructs an IndexWriter using the specified stream
- IndexWriterV2.ReferenceEntry - Class in org.jboss.jandex
- IndexWriterV2.ReferenceTable<T> - Class in org.jboss.jandex
- init(int, float) - Method in class org.jboss.jandex.StrongInternPool
- INIT_METHOD_NAME - Static variable in class org.jboss.jandex.Indexer
- INIT_METHOD_NAME - Static variable in class org.jboss.jandex.IndexReaderV2
- initClassFields() - Method in class org.jboss.jandex.Indexer
- initIndexMaps() - Method in class org.jboss.jandex.Indexer
- initReader(int) - Method in class org.jboss.jandex.IndexReader
- INNER - org.jboss.jandex.ClassInfo.NestingType
-
A named class enclosed by another class
- INNER_CLASSES - Static variable in class org.jboss.jandex.Indexer
- INNER_CLASSES_LEN - Static variable in class org.jboss.jandex.Indexer
- innerClass - Variable in class org.jboss.jandex.DotName
- innerClasses - Variable in class org.jboss.jandex.Indexer
- InnerClassInfo(DotName, DotName, String, int) - Constructor for class org.jboss.jandex.Indexer.InnerClassInfo
- innnerClass - Variable in class org.jboss.jandex.Indexer.InnerClassInfo
- input - Variable in class org.jboss.jandex.IndexReader
- input - Variable in class org.jboss.jandex.IndexReaderV1
- input - Variable in class org.jboss.jandex.IndexReaderV2
- InstanceNameComparator() - Constructor for class org.jboss.jandex.AnnotationInstance.InstanceNameComparator
- instances - Variable in class org.jboss.jandex.Result
- INT - org.jboss.jandex.PrimitiveType.Primitive
-
Indicates a primitive integer type
- INT - Static variable in class org.jboss.jandex.PrimitiveType
- INTEGER - org.jboss.jandex.AnnotationValue.Kind
-
Indicates a primitive integer value
- IntegerHolder() - Constructor for class org.jboss.jandex.Indexer.IntegerHolder
- IntegerValue(String, int) - Constructor for class org.jboss.jandex.AnnotationValue.IntegerValue
- interfaceNames() - Method in class org.jboss.jandex.ClassInfo
-
Returns a list of names for all interfaces this class implements.
- interfaces - Variable in class org.jboss.jandex.GenericSignatureParser.ClassSignature
- interfaces() - Method in class org.jboss.jandex.ClassInfo
-
Deprecated.
- interfaces() - Method in class org.jboss.jandex.GenericSignatureParser.ClassSignature
- interfaceTypeArray() - Method in class org.jboss.jandex.ClassInfo
- interfaceTypes - Variable in class org.jboss.jandex.ClassInfo
- interfaceTypes() - Method in class org.jboss.jandex.ClassInfo
-
Returns the list of types in the implements clause of this class.
- intern(byte[]) - Method in class org.jboss.jandex.Indexer
- intern(byte[]) - Method in class org.jboss.jandex.NameTable
- intern(E) - Method in class org.jboss.jandex.StrongInternPool
-
Internalizes the specified object by always returning the first ever stored.
- intern(String) - Method in class org.jboss.jandex.Indexer
- intern(String) - Method in class org.jboss.jandex.IndexWriterV1
- intern(String) - Method in class org.jboss.jandex.NameTable
- intern(DotName, char) - Method in class org.jboss.jandex.NameTable
- intern(FieldInternal) - Method in class org.jboss.jandex.NameTable
- intern(MethodInternal) - Method in class org.jboss.jandex.NameTable
- intern(RecordComponentInternal) - Method in class org.jboss.jandex.NameTable
- intern(Type) - Method in class org.jboss.jandex.Indexer
- intern(Type) - Method in class org.jboss.jandex.NameTable
- intern(Type[]) - Method in class org.jboss.jandex.Indexer
- intern(Type[]) - Method in class org.jboss.jandex.NameTable
- internal - Variable in class org.jboss.jandex.FieldInfo
- internal - Variable in class org.jboss.jandex.RecordComponentInfo
- isAnnotation() - Method in class org.jboss.jandex.ClassInfo
- isBridge(MethodInfo) - Method in class org.jboss.jandex.Indexer
- isComponentized() - Method in class org.jboss.jandex.DotName
-
Returns whether this DotName is a componentized variant.
- isEmpty() - Method in class org.jboss.jandex.StrongInternPool
- isEnum() - Method in class org.jboss.jandex.ClassInfo
- isEnumConstant() - Method in class org.jboss.jandex.FieldInfo
-
Returns whether or not this field is declared as an element of an enum.
- isExtends - Variable in class org.jboss.jandex.WildcardType
- isExtends() - Method in class org.jboss.jandex.WildcardType
- isInner() - Method in class org.jboss.jandex.DotName
-
Returns whether the local portion of a componentized DotName is separated by an inner class style delimiter ('$").
- isInnerConstructor(MethodInfo) - Static method in class org.jboss.jandex.Indexer
- isJDK11OrNewer(DataInputStream) - Method in class org.jboss.jandex.Indexer
- isModify() - Method in class org.jboss.jandex.JandexAntTask
- isModule() - Method in class org.jboss.jandex.ClassInfo
- isNewJar() - Method in class org.jboss.jandex.JandexAntTask
- isOpen() - Method in class org.jboss.jandex.ModuleInfo
- isQualified() - Method in class org.jboss.jandex.ModuleInfo.ExportedPackageInfo
- isQualified() - Method in class org.jboss.jandex.ModuleInfo.OpenedPackageInfo
- isReceiver() - Method in class org.jboss.jandex.EmptyTypeTarget
-
Returns whether the type occurs within a method receiver (the "this" reference the method receives).
- isRecord() - Method in class org.jboss.jandex.ClassInfo
- isRun() - Method in class org.jboss.jandex.JandexAntTask
- isStatic() - Method in class org.jboss.jandex.ModuleInfo.RequiredModuleInfo
- isSynthetic() - Method in class org.jboss.jandex.ClassInfo
- isSynthetic() - Method in class org.jboss.jandex.FieldInfo
- isSynthetic() - Method in class org.jboss.jandex.MethodInfo
- isSynthetic(int) - Static method in class org.jboss.jandex.Modifiers
- isTransitive() - Method in class org.jboss.jandex.ModuleInfo.RequiredModuleInfo
- isVerbose() - Method in class org.jboss.jandex.JandexAntTask
- iterator() - Method in class org.jboss.jandex.AnnotationTargetFilterCollection
- iterator() - Method in class org.jboss.jandex.StrongInternPool
J
- JandexAntTask - Class in org.jboss.jandex
-
Ant Task that indexes jars, and saves the resulting index
- JandexAntTask() - Constructor for class org.jboss.jandex.JandexAntTask
- jarFile - Variable in class org.jboss.jandex.Main
- JarIndexer - Class in org.jboss.jandex
-
Class which contains utility methods to create an index for a jar file
- JarIndexer() - Constructor for class org.jboss.jandex.JarIndexer
- JAVA_LANG_NAME - Static variable in class org.jboss.jandex.DotName
- JAVA_NAME - Static variable in class org.jboss.jandex.DotName
K
- kind - Variable in class org.jboss.jandex.Indexer.PathElement
- kind() - Method in interface org.jboss.jandex.AnnotationTarget
-
Returns the kind of object this target represents.
- kind() - Method in class org.jboss.jandex.AnnotationValue.ArrayValue
- kind() - Method in class org.jboss.jandex.AnnotationValue.BooleanValue
- kind() - Method in class org.jboss.jandex.AnnotationValue.ByteValue
- kind() - Method in class org.jboss.jandex.AnnotationValue.CharacterValue
- kind() - Method in class org.jboss.jandex.AnnotationValue.ClassValue
- kind() - Method in class org.jboss.jandex.AnnotationValue.DoubleValue
- kind() - Method in class org.jboss.jandex.AnnotationValue.EnumValue
- kind() - Method in class org.jboss.jandex.AnnotationValue.FloatValue
- kind() - Method in class org.jboss.jandex.AnnotationValue.IntegerValue
- kind() - Method in class org.jboss.jandex.AnnotationValue
-
Returns the kind of this value.
- kind() - Method in class org.jboss.jandex.AnnotationValue.LongValue
- kind() - Method in class org.jboss.jandex.AnnotationValue.NestedAnnotation
- kind() - Method in class org.jboss.jandex.AnnotationValue.ShortValue
- kind() - Method in class org.jboss.jandex.AnnotationValue.StringValue
- kind() - Method in class org.jboss.jandex.ArrayType
- kind() - Method in class org.jboss.jandex.ClassInfo
- kind() - Method in class org.jboss.jandex.ClassType
- kind() - Method in class org.jboss.jandex.FieldInfo
- kind() - Method in class org.jboss.jandex.MethodInfo
- kind() - Method in class org.jboss.jandex.MethodParameterInfo
- kind() - Method in class org.jboss.jandex.ParameterizedType
- kind() - Method in class org.jboss.jandex.PrimitiveType
- kind() - Method in class org.jboss.jandex.RecordComponentInfo
- kind() - Method in class org.jboss.jandex.Type
-
Returns the kind of Type this is.
- kind() - Method in class org.jboss.jandex.TypeTarget
- kind() - Method in class org.jboss.jandex.TypeVariable
- kind() - Method in class org.jboss.jandex.UnresolvedTypeVariable
- kind() - Method in class org.jboss.jandex.VoidType
- kind() - Method in class org.jboss.jandex.WildcardType
- Kind() - Constructor for enum org.jboss.jandex.AnnotationTarget.Kind
- Kind() - Constructor for enum org.jboss.jandex.AnnotationValue.Kind
- Kind() - Constructor for enum org.jboss.jandex.Indexer.PathElement.Kind
- Kind() - Constructor for enum org.jboss.jandex.Type.Kind
- KINDS - Static variable in class org.jboss.jandex.Indexer.PathElement
L
- lastIndexOf(String, char) - Method in class org.jboss.jandex.NameTable
- list() - Method in class org.jboss.jandex.IndexWriterV2.ReferenceTable
- listOfCapacity(int) - Static method in class org.jboss.jandex.Utils
- loadFactor - Variable in class org.jboss.jandex.StrongInternPool
-
The user defined load factor which defines when to resize
- local - Variable in class org.jboss.jandex.DotName
- local() - Method in class org.jboss.jandex.DotName
-
Returns the local portion of this DotName.
- LOCAL - org.jboss.jandex.ClassInfo.NestingType
-
A named class enclosed within a code block
- LOCAL_VARIABLE_TABLE - Static variable in class org.jboss.jandex.Indexer
- LOCAL_VARIABLE_TABLE_LEN - Static variable in class org.jboss.jandex.Indexer
- LONG - org.jboss.jandex.AnnotationValue.Kind
-
Indicates a primitive long value
- LONG - org.jboss.jandex.PrimitiveType.Primitive
-
Indicates a primitive long type
- LONG - Static variable in class org.jboss.jandex.PrimitiveType
- LongValue(String, long) - Constructor for class org.jboss.jandex.AnnotationValue.LongValue
M
- MAGIC - Static variable in class org.jboss.jandex.IndexReader
-
The latest index version supported by this version of Jandex.
- MAGIC - Static variable in class org.jboss.jandex.IndexWriterV1
- MAGIC - Static variable in class org.jboss.jandex.IndexWriterV2
- main(String[]) - Static method in class org.jboss.jandex.GenericSignatureParser
- main(String[]) - Static method in class org.jboss.jandex.Main
- Main - Class in org.jboss.jandex
-
Responsible for launching the indexing tool on a java command line.
- Main() - Constructor for class org.jboss.jandex.Main
- mainClass - Variable in class org.jboss.jandex.ModuleInfo
- mainClass() - Method in class org.jboss.jandex.ModuleInfo
- MANDATED - Static variable in class org.jboss.jandex.MethodInternal
- map - Variable in class org.jboss.jandex.AnnotationTargetFilterCollection
- markWritten(AnnotationInstance) - Method in class org.jboss.jandex.IndexWriterV2
- markWritten(Type[]) - Method in class org.jboss.jandex.IndexWriterV2
- markWritten(T) - Method in class org.jboss.jandex.IndexWriterV2.ReferenceTable
- maskNull(K) - Static method in class org.jboss.jandex.StrongInternPool
- masterAnnotations - Variable in class org.jboss.jandex.Indexer
- masterAnnotations - Variable in class org.jboss.jandex.IndexReaderV1
- match(byte[], int, byte[]) - Static method in class org.jboss.jandex.Indexer
- MAX_1BYTE - Static variable in class org.jboss.jandex.PackedDataInputStream
- MAX_1BYTE - Static variable in class org.jboss.jandex.PackedDataOutputStream
- MAX_2BYTE - Static variable in class org.jboss.jandex.PackedDataOutputStream
- MAX_3BYTE - Static variable in class org.jboss.jandex.PackedDataOutputStream
- MAX_4BYTE - Static variable in class org.jboss.jandex.PackedDataOutputStream
- MAX_DATA_VERSION - Static variable in class org.jboss.jandex.IndexReaderV2
- MAX_POSITIONS - Static variable in class org.jboss.jandex.ClassInfo
- MAX_VERSION - Static variable in class org.jboss.jandex.IndexReaderV1
- MAX_VERSION - Static variable in class org.jboss.jandex.IndexReaderV2
- MAX_VERSION - Static variable in class org.jboss.jandex.IndexWriterV1
- MAX_VERSION - Static variable in class org.jboss.jandex.IndexWriterV2
- MAXIMUM_CAPACITY - Static variable in class org.jboss.jandex.StrongInternPool
-
MAX_INT - 1
- method - Variable in class org.jboss.jandex.MethodParameterInfo
- method() - Method in class org.jboss.jandex.MethodParameterInfo
-
Returns the method this parameter belongs to.
- method(String, Type...) - Method in class org.jboss.jandex.ClassInfo
-
Retrieves a method based on its signature, which includes a method name and an argument list.
- METHOD - org.jboss.jandex.AnnotationTarget.Kind
-
An object of type
MethodInfo
- METHOD_PARAMETER - org.jboss.jandex.AnnotationTarget.Kind
-
An object of type
MethodParameterInfo
- METHOD_PARAMETER - org.jboss.jandex.TypeTarget.Usage
-
Indicates a type annotation occurs within a method parameter
- METHOD_PARAMETER_TAG - Static variable in class org.jboss.jandex.IndexReaderV1
- METHOD_PARAMETER_TAG - Static variable in class org.jboss.jandex.IndexReaderV2
- METHOD_PARAMETER_TAG - Static variable in class org.jboss.jandex.IndexWriterV1
- METHOD_PARAMETER_TAG - Static variable in class org.jboss.jandex.IndexWriterV2
- METHOD_PARAMETER_TYPE_TAG - Static variable in class org.jboss.jandex.IndexReaderV2
- METHOD_PARAMETER_TYPE_TAG - Static variable in class org.jboss.jandex.IndexWriterV2
- METHOD_PARAMETERS - Static variable in class org.jboss.jandex.Indexer
- METHOD_PARAMETERS_LEN - Static variable in class org.jboss.jandex.Indexer
- METHOD_TAG - Static variable in class org.jboss.jandex.IndexReaderV1
- METHOD_TAG - Static variable in class org.jboss.jandex.IndexReaderV2
- METHOD_TAG - Static variable in class org.jboss.jandex.IndexWriterV1
- METHOD_TAG - Static variable in class org.jboss.jandex.IndexWriterV2
- methodArray() - Method in class org.jboss.jandex.ClassInfo
- MethodInfo - Class in org.jboss.jandex
-
Represents a Java method, constructor, or static initializer.
- MethodInfo() - Constructor for class org.jboss.jandex.MethodInfo
- MethodInfo(ClassInfo, byte[], byte[][], Type[], Type, short) - Constructor for class org.jboss.jandex.MethodInfo
- MethodInfo(ClassInfo, byte[], byte[][], Type[], Type, short, Type[], Type[]) - Constructor for class org.jboss.jandex.MethodInfo
- MethodInfo(ClassInfo, MethodInternal) - Constructor for class org.jboss.jandex.MethodInfo
- MethodInfoGenerator - Class in org.jboss.jandex
-
A list which wraps MethodInternal objects with a MethodInfo, so that the declaring class' reference can be set.
- MethodInfoGenerator(ClassInfo, MethodInternal[], byte[]) - Constructor for class org.jboss.jandex.MethodInfoGenerator
- methodInternal - Variable in class org.jboss.jandex.MethodInfo
- methodInternal() - Method in class org.jboss.jandex.MethodInfo
- MethodInternal - Class in org.jboss.jandex
-
The shared internal representation for MethodInfo objects.
- MethodInternal(byte[], byte[][], Type[], Type, short) - Constructor for class org.jboss.jandex.MethodInternal
- MethodInternal(byte[], byte[][], Type[], Type, short, Type[], Type[]) - Constructor for class org.jboss.jandex.MethodInternal
- MethodInternal(byte[], byte[][], Type[], Type, short, Type, Type[], Type[], AnnotationInstance[], AnnotationValue) - Constructor for class org.jboss.jandex.MethodInternal
- MethodInternal.NameAndParameterComponentComparator - Class in org.jboss.jandex
- MethodParameterInfo - Class in org.jboss.jandex
-
Represents an individual Java method parameter that was annotated.
- MethodParameterInfo(MethodInfo, short) - Constructor for class org.jboss.jandex.MethodParameterInfo
- methodParameterNames - Variable in class org.jboss.jandex.Indexer
- methodParameters - Variable in class org.jboss.jandex.GenericSignatureParser.MethodSignature
- methodParameters() - Method in class org.jboss.jandex.GenericSignatureParser.MethodSignature
- MethodParameterTypeTarget - Class in org.jboss.jandex
-
Represents a type annotation target which occurs within a method parameter type.
- MethodParameterTypeTarget(AnnotationTarget, Type, int) - Constructor for class org.jboss.jandex.MethodParameterTypeTarget
- MethodParameterTypeTarget(MethodInfo, int) - Constructor for class org.jboss.jandex.MethodParameterTypeTarget
- methodPool - Variable in class org.jboss.jandex.NameTable
- methodPool() - Method in class org.jboss.jandex.NameTable
- methodPositionArray() - Method in class org.jboss.jandex.ClassInfo
- methodPositions - Variable in class org.jboss.jandex.ClassInfo
- methods - Variable in class org.jboss.jandex.ClassInfo
- methods - Variable in class org.jboss.jandex.Indexer
- methods - Variable in class org.jboss.jandex.MethodInfoGenerator
- methods() - Method in class org.jboss.jandex.ClassInfo
-
Returns a list of all methods declared in this class.
- MethodSignature(Type[], Type[], Type, Type[]) - Constructor for class org.jboss.jandex.GenericSignatureParser.MethodSignature
- methodTable - Variable in class org.jboss.jandex.IndexReaderV2
- MIN_VERSION - Static variable in class org.jboss.jandex.IndexReaderV1
- MIN_VERSION - Static variable in class org.jboss.jandex.IndexReaderV2
- MIN_VERSION - Static variable in class org.jboss.jandex.IndexWriterV1
- MIN_VERSION - Static variable in class org.jboss.jandex.IndexWriterV2
- modCount - Variable in class org.jboss.jandex.StrongInternPool.Index
- modCount - Variable in class org.jboss.jandex.StrongInternPool
-
Counter used to detect changes made outside of an iterator
- Modifiers - Class in org.jboss.jandex
- Modifiers() - Constructor for class org.jboss.jandex.Modifiers
- modify - Variable in class org.jboss.jandex.JandexAntTask
- modify - Variable in class org.jboss.jandex.Main
- module - Variable in class org.jboss.jandex.ClassInfo.NestingInfo
- module() - Method in class org.jboss.jandex.ClassInfo
-
Returns the module information from this class if it is a module descriptor, i.e.
- MODULE - Static variable in class org.jboss.jandex.ClassInfo
- MODULE - Static variable in class org.jboss.jandex.Indexer
- MODULE_LEN - Static variable in class org.jboss.jandex.Indexer
- MODULE_MAIN_CLASS - Static variable in class org.jboss.jandex.Indexer
- MODULE_MAIN_CLASS_LEN - Static variable in class org.jboss.jandex.Indexer
- MODULE_PACKAGES - Static variable in class org.jboss.jandex.Indexer
- MODULE_PACKAGES_LEN - Static variable in class org.jboss.jandex.Indexer
- ModuleInfo - Class in org.jboss.jandex
-
Represents a module descriptor entry in an index.
- ModuleInfo(ClassInfo, DotName, short, String) - Constructor for class org.jboss.jandex.ModuleInfo
- ModuleInfo.ExportedPackageInfo - Class in org.jboss.jandex
- ModuleInfo.OpenedPackageInfo - Class in org.jboss.jandex
- ModuleInfo.ProvidedServiceInfo - Class in org.jboss.jandex
- ModuleInfo.RequiredModuleInfo - Class in org.jboss.jandex
- moduleInfoClass - Variable in class org.jboss.jandex.ModuleInfo
- moduleInfoClass() - Method in class org.jboss.jandex.ModuleInfo
- modules - Variable in class org.jboss.jandex.Index
- modules - Variable in class org.jboss.jandex.Indexer
N
- name - Variable in class org.jboss.jandex.AnnotationInstance
- name - Variable in class org.jboss.jandex.AnnotationValue
- name - Variable in class org.jboss.jandex.ClassInfo.EnclosingMethodInfo
- name - Variable in class org.jboss.jandex.ClassInfo
- name - Variable in class org.jboss.jandex.FieldInternal
- name - Variable in class org.jboss.jandex.Indexer.NameAndType
- name - Variable in class org.jboss.jandex.MethodInternal
- name - Variable in class org.jboss.jandex.ModuleInfo
- name - Variable in class org.jboss.jandex.ModuleInfo.RequiredModuleInfo
- name - Variable in class org.jboss.jandex.RecordComponentInternal
- name - Variable in class org.jboss.jandex.Result
- name - Variable in class org.jboss.jandex.Type
- name - Variable in class org.jboss.jandex.TypeVariable
- name - Variable in class org.jboss.jandex.UnresolvedTypeVariable
- name() - Method in class org.jboss.jandex.AnnotationInstance
-
The name of this annotation in DotName form.
- name() - Method in class org.jboss.jandex.AnnotationValue
-
Returns the name of this value, which is typically the parameter name in the annotation declaration.
- name() - Method in class org.jboss.jandex.ArrayType
- name() - Method in class org.jboss.jandex.ClassInfo.EnclosingMethodInfo
-
The name of the method or constructor
- name() - Method in class org.jboss.jandex.ClassInfo
-
Returns the name of the class
- name() - Method in class org.jboss.jandex.FieldInfo
-
Returns the local name of the field
- name() - Method in class org.jboss.jandex.FieldInternal
- name() - Method in class org.jboss.jandex.MethodInfo
-
Returns the name of this method
- name() - Method in class org.jboss.jandex.MethodInternal
- name() - Method in class org.jboss.jandex.MethodParameterInfo
-
Returns the name of this parameter.
- name() - Method in class org.jboss.jandex.ModuleInfo
-
Returns the name of the class
- name() - Method in class org.jboss.jandex.ModuleInfo.RequiredModuleInfo
- name() - Method in class org.jboss.jandex.RecordComponentInfo
-
Returns the name of this record component.
- name() - Method in class org.jboss.jandex.RecordComponentInternal
- name() - Method in class org.jboss.jandex.Type
-
Returns the raw name of this type.
- NAME_AND_PARAMETER_COMPONENT_COMPARATOR - Static variable in class org.jboss.jandex.MethodInternal
- NAME_COMPARATOR - Static variable in class org.jboss.jandex.AnnotationInstance
- NAME_COMPARATOR - Static variable in class org.jboss.jandex.FieldInternal
- NAME_COMPARATOR - Static variable in class org.jboss.jandex.RecordComponentInternal
- NameAndParameterComponentComparator() - Constructor for class org.jboss.jandex.MethodInternal.NameAndParameterComponentComparator
- NameAndType(String, String) - Constructor for class org.jboss.jandex.Indexer.NameAndType
- nameBytes() - Method in class org.jboss.jandex.FieldInternal
- nameBytes() - Method in class org.jboss.jandex.MethodInternal
- nameBytes() - Method in class org.jboss.jandex.RecordComponentInternal
- NameComparator() - Constructor for class org.jboss.jandex.FieldInternal.NameComparator
- NameComparator() - Constructor for class org.jboss.jandex.RecordComponentInternal.NameComparator
- names - Variable in class org.jboss.jandex.GenericSignatureParser
- names - Variable in class org.jboss.jandex.Indexer
- names - Variable in class org.jboss.jandex.IndexWriterV2
- names - Variable in class org.jboss.jandex.NameTable
- nameTable - Variable in class org.jboss.jandex.IndexReaderV2
- nameTable - Variable in class org.jboss.jandex.IndexWriterV2
- NameTable - Class in org.jboss.jandex
-
A collection of intern pools.
- NameTable() - Constructor for class org.jboss.jandex.NameTable
- NESTED - org.jboss.jandex.AnnotationValue.Kind
-
Indicates a nested annotation value
- NESTED - org.jboss.jandex.Indexer.PathElement.Kind
- NestedAnnotation(String, AnnotationInstance) - Constructor for class org.jboss.jandex.AnnotationValue.NestedAnnotation
- nestingInfo - Variable in class org.jboss.jandex.ClassInfo
- NestingInfo() - Constructor for class org.jboss.jandex.ClassInfo.NestingInfo
- nestingSimpleName() - Method in class org.jboss.jandex.ClassInfo
- nestingType() - Method in class org.jboss.jandex.ClassInfo
-
Returns the nesting type of this class, which could either be a standard top level class, an inner class, an anonymous class, or a local class.
- NestingType() - Constructor for enum org.jboss.jandex.ClassInfo.NestingType
- newJar - Variable in class org.jboss.jandex.JandexAntTask
- next - Variable in class org.jboss.jandex.StrongInternPool.IdentityHashSetIterator
- next() - Method in class org.jboss.jandex.StrongInternPool.IdentityHashSetIterator
- nextChar(DotName.IndexState, DotName) - Method in class org.jboss.jandex.DotName
- nextIndex(int, int) - Method in class org.jboss.jandex.StrongInternPool
- NO_ENCLOSING_METHOD - Static variable in class org.jboss.jandex.IndexWriterV2
- NO_NESTING - Static variable in class org.jboss.jandex.IndexWriterV2
- NULL - Static variable in class org.jboss.jandex.StrongInternPool
-
Marks null keys.
- NULL_TARGET_TAG - Static variable in class org.jboss.jandex.IndexReaderV2
- NULL_TARGET_TAG - Static variable in class org.jboss.jandex.IndexWriterV2
O
- OBJECT - Static variable in class org.jboss.jandex.WildcardType
- OBJECT_NAME - Static variable in class org.jboss.jandex.DotName
- OBJECT_TYPE - Static variable in class org.jboss.jandex.ClassType
- of(File...) - Static method in class org.jboss.jandex.Index
-
Constructs an Index of class files found in the passed directories.
- of(Class<?>...) - Static method in class org.jboss.jandex.Index
-
Constructs an Index of the passed classes.
- of(Iterable<Class<?>>) - Static method in class org.jboss.jandex.Index
-
Constructs an Index of the passed classes.
- offset - Variable in class org.jboss.jandex.DotName.IndexState
- offset(Object) - Method in class org.jboss.jandex.StrongInternPool
- offsets - Variable in class org.jboss.jandex.StrongInternPool.Index
- OPEN - Static variable in class org.jboss.jandex.ModuleInfo
- OpenedPackageInfo(DotName, int, List<DotName>) - Constructor for class org.jboss.jandex.ModuleInfo.OpenedPackageInfo
- opens - Variable in class org.jboss.jandex.ModuleInfo
- opens() - Method in class org.jboss.jandex.ModuleInfo
- opensList() - Method in class org.jboss.jandex.ModuleInfo
- org.jboss.jandex - package org.jboss.jandex
-
Jandex is a space efficient Java annotation indexer and offline reflection library.
- out - Variable in class org.jboss.jandex.IndexWriter
- out - Variable in class org.jboss.jandex.IndexWriterV1
- out - Variable in class org.jboss.jandex.IndexWriterV2
- outputFile - Variable in class org.jboss.jandex.Main
- outputFile - Variable in class org.jboss.jandex.Result
- owner - Variable in class org.jboss.jandex.ParameterizedType
- owner() - Method in class org.jboss.jandex.ParameterizedType
-
Returns the owner (enclosing) type of this parameterized type if the owner is parameterized, or contains type annotations.
P
- packagePrefix() - Method in class org.jboss.jandex.DotName
-
Returns the package portion of this DotName.
- packages - Variable in class org.jboss.jandex.ModuleInfo
- packages() - Method in class org.jboss.jandex.ModuleInfo
- packagesList() - Method in class org.jboss.jandex.ModuleInfo
- PackedDataInputStream - Class in org.jboss.jandex
-
An input stream that reads integers that were packed by
PackedDataOutputStream
- PackedDataInputStream(InputStream) - Constructor for class org.jboss.jandex.PackedDataInputStream
- PackedDataOutputStream - Class in org.jboss.jandex
-
An output stream that can pack integers into as few bytes as possible.
- PackedDataOutputStream(OutputStream) - Constructor for class org.jboss.jandex.PackedDataOutputStream
- parameter - Variable in class org.jboss.jandex.MethodParameterInfo
- parameterArray() - Method in class org.jboss.jandex.MethodInternal
- PARAMETERIZED - org.jboss.jandex.Indexer.PathElement.Kind
- PARAMETERIZED_TYPE - org.jboss.jandex.Type.Kind
-
A generic parameterized type
- ParameterizedType - Class in org.jboss.jandex
-
Represents a generic parameterized type.
- ParameterizedType(DotName, Type[], Type) - Constructor for class org.jboss.jandex.ParameterizedType
- ParameterizedType(DotName, Type[], Type, AnnotationInstance[]) - Constructor for class org.jboss.jandex.ParameterizedType
- parameterName(int) - Method in class org.jboss.jandex.MethodInfo
-
Returns the name of the given parameter.
- parameterName(int) - Method in class org.jboss.jandex.MethodInternal
- parameterNames - Variable in class org.jboss.jandex.MethodInternal
- parameterNamesBytes() - Method in class org.jboss.jandex.MethodInternal
- parameters - Variable in class org.jboss.jandex.ClassInfo.EnclosingMethodInfo
- parameters - Variable in class org.jboss.jandex.GenericSignatureParser.ClassSignature
- parameters - Variable in class org.jboss.jandex.MethodInternal
- parameters() - Method in class org.jboss.jandex.ClassInfo.EnclosingMethodInfo
-
Returns the list of parameters declared by this method or constructor.
- parameters() - Method in class org.jboss.jandex.GenericSignatureParser.ClassSignature
- parameters() - Method in class org.jboss.jandex.MethodInfo
-
Returns a list containing the types of all parameters declared on this method, in parameter order.
- parameters() - Method in class org.jboss.jandex.MethodInternal
- parametersArray() - Method in class org.jboss.jandex.ClassInfo.EnclosingMethodInfo
- parseArrayType() - Method in class org.jboss.jandex.GenericSignatureParser
- parseClassSignature(String) - Method in class org.jboss.jandex.GenericSignatureParser
- parseClassSignature(String, ClassInfo) - Method in class org.jboss.jandex.Indexer
- parseClassTypeSignature() - Method in class org.jboss.jandex.GenericSignatureParser
- parseFieldSignature(String) - Method in class org.jboss.jandex.GenericSignatureParser
- parseFieldSignature(String, FieldInfo) - Method in class org.jboss.jandex.Indexer
- parseJavaType() - Method in class org.jboss.jandex.GenericSignatureParser
- parseMethodArgs(String, Indexer.IntegerHolder) - Method in class org.jboss.jandex.Indexer
- parseMethodSignature(String) - Method in class org.jboss.jandex.GenericSignatureParser
- parseMethodSignature(String, MethodInfo) - Method in class org.jboss.jandex.Indexer
- parseName() - Method in class org.jboss.jandex.GenericSignatureParser
- parseOptions(String[]) - Method in class org.jboss.jandex.Main
- parseRecordComponentSignature(String, RecordComponentInfo) - Method in class org.jboss.jandex.Indexer
- parseReferenceType() - Method in class org.jboss.jandex.GenericSignatureParser
- parseReturnType() - Method in class org.jboss.jandex.GenericSignatureParser
- parseType(String) - Method in class org.jboss.jandex.Indexer
- parseType(String, Indexer.IntegerHolder) - Method in class org.jboss.jandex.Indexer
- parseTypeArgument() - Method in class org.jboss.jandex.GenericSignatureParser
- parseTypeArguments() - Method in class org.jboss.jandex.GenericSignatureParser
- parseTypeList(boolean) - Method in class org.jboss.jandex.GenericSignatureParser
- parseTypeParameter() - Method in class org.jboss.jandex.GenericSignatureParser
- parseTypeParameters() - Method in class org.jboss.jandex.GenericSignatureParser
- parseTypeVariable() - Method in class org.jboss.jandex.GenericSignatureParser
- parseWildCard(boolean) - Method in class org.jboss.jandex.GenericSignatureParser
- PathElement(Indexer.PathElement.Kind, int) - Constructor for class org.jboss.jandex.Indexer.PathElement
- pathElements - Variable in class org.jboss.jandex.Indexer.PathElementStack
- pathElements - Variable in class org.jboss.jandex.Indexer.TypeAnnotationState
- PathElementStack(ArrayList<Indexer.PathElement>) - Constructor for class org.jboss.jandex.Indexer.PathElementStack
- peek() - Method in class org.jboss.jandex.Indexer.PathElementStack
- pool - Variable in class org.jboss.jandex.IndexWriterV1
- poolIndex - Variable in class org.jboss.jandex.IndexWriterV1
- pop() - Method in class org.jboss.jandex.Indexer.PathElementStack
- popNestedDepth(Indexer.PathElementStack) - Method in class org.jboss.jandex.Indexer
- pos - Variable in class org.jboss.jandex.GenericSignatureParser
- pos - Variable in class org.jboss.jandex.Indexer.PathElement
- position - Variable in class org.jboss.jandex.PositionBasedTypeTarget
- position() - Method in class org.jboss.jandex.MethodParameterInfo
-
Returns the 0 based position of this parameter.
- position() - Method in class org.jboss.jandex.PositionBasedTypeTarget
-
Returns a subclass specific position where the type is located.
- PositionBasedTypeTarget - Class in org.jboss.jandex
-
A common parent for type targets which provide a position.
- PositionBasedTypeTarget(AnnotationTarget, int) - Constructor for class org.jboss.jandex.PositionBasedTypeTarget
- PositionBasedTypeTarget(AnnotationTarget, Type, int) - Constructor for class org.jboss.jandex.PositionBasedTypeTarget
- positionOf(byte[]) - Method in class org.jboss.jandex.IndexWriterV2
- positionOf(byte[]) - Method in class org.jboss.jandex.NameTable
- positionOf(E) - Method in class org.jboss.jandex.StrongInternPool.Index
- positionOf(String) - Method in class org.jboss.jandex.IndexWriterV1
- positionOf(String) - Method in class org.jboss.jandex.IndexWriterV2
- positionOf(String) - Method in class org.jboss.jandex.NameTable
- positionOf(AnnotationInstance) - Method in class org.jboss.jandex.IndexWriterV2
- positionOf(DotName) - Method in class org.jboss.jandex.IndexWriterV1
- positionOf(DotName) - Method in class org.jboss.jandex.IndexWriterV2
- positionOf(FieldInternal) - Method in class org.jboss.jandex.IndexWriterV2
- positionOf(FieldInternal) - Method in class org.jboss.jandex.NameTable
- positionOf(MethodInternal) - Method in class org.jboss.jandex.IndexWriterV2
- positionOf(MethodInternal) - Method in class org.jboss.jandex.NameTable
- positionOf(RecordComponentInternal) - Method in class org.jboss.jandex.IndexWriterV2
- positionOf(RecordComponentInternal) - Method in class org.jboss.jandex.NameTable
- positionOf(Type) - Method in class org.jboss.jandex.IndexWriterV2
- positionOf(Type[]) - Method in class org.jboss.jandex.IndexWriterV2
- positionOf(T) - Method in class org.jboss.jandex.IndexWriterV2.ReferenceTable
- positions - Variable in class org.jboss.jandex.FieldInfoGenerator
- positions - Variable in class org.jboss.jandex.MethodInfoGenerator
- positions - Variable in class org.jboss.jandex.RecordComponentInfoGenerator
- prefix - Variable in class org.jboss.jandex.DotName
- prefix() - Method in class org.jboss.jandex.DotName
-
Returns the parent prefix for this DotName or null if there is none.
- primitive - Variable in class org.jboss.jandex.PrimitiveType
- primitive() - Method in class org.jboss.jandex.PrimitiveType
-
The type of primitive this primitive type represents
- Primitive() - Constructor for enum org.jboss.jandex.PrimitiveType.Primitive
- PRIMITIVE - org.jboss.jandex.Type.Kind
-
A Java primitive (boolean, byte, short, char, int, long, float, double)
- PrimitiveType - Class in org.jboss.jandex
-
Represents a primitive Java type.
- PrimitiveType(PrimitiveType.Primitive) - Constructor for class org.jboss.jandex.PrimitiveType
- PrimitiveType(PrimitiveType.Primitive, AnnotationInstance[]) - Constructor for class org.jboss.jandex.PrimitiveType
- PrimitiveType.Primitive - Enum in org.jboss.jandex
-
Specifies the underlying Java primitive type for a
PrimitiveType
- printAnnotations() - Method in class org.jboss.jandex.Index
-
Print all annotations known by this index to stdout.
- printDebugStats() - Method in class org.jboss.jandex.StrongInternPool
- printIndexEntryInfo(ClassInfo) - Method in class org.jboss.jandex.Main
- printIndexEntryInfo(ClassInfo, PrintStream) - Static method in class org.jboss.jandex.JarIndexer
- printSubclasses() - Method in class org.jboss.jandex.Index
-
Print all classes that have known subclasses, and all their subclasses
- printUsage() - Static method in class org.jboss.jandex.Main
- processAnnotation(DataInputStream, AnnotationTarget) - Method in class org.jboss.jandex.Indexer
- processAnnotationDefault(DataInputStream, MethodInfo) - Method in class org.jboss.jandex.Indexer
- processAnnotationElementValue(String, DataInputStream) - Method in class org.jboss.jandex.Indexer
- processAnnotations(DataInputStream, AnnotationTarget) - Method in class org.jboss.jandex.Indexer
- processAttributes(DataInputStream, AnnotationTarget) - Method in class org.jboss.jandex.Indexer
- processClassInfo(DataInputStream) - Method in class org.jboss.jandex.Indexer
- processCode(DataInputStream, MethodInfo) - Method in class org.jboss.jandex.Indexer
- processConstantPool(DataInputStream) - Method in class org.jboss.jandex.Indexer
- processEnclosingMethod(DataInputStream, ClassInfo) - Method in class org.jboss.jandex.Indexer
- processExceptions(DataInputStream, MethodInfo) - Method in class org.jboss.jandex.Indexer
- processFieldInfo(DataInputStream) - Method in class org.jboss.jandex.Indexer
- processInnerClasses(DataInputStream, ClassInfo) - Method in class org.jboss.jandex.Indexer
- processLocalVariableTable(DataInputStream, MethodInfo) - Method in class org.jboss.jandex.Indexer
- processMethodInfo(DataInputStream) - Method in class org.jboss.jandex.Indexer
- processMethodParameters(DataInputStream, MethodInfo) - Method in class org.jboss.jandex.Indexer
- processModule(DataInputStream, ClassInfo) - Method in class org.jboss.jandex.Indexer
- processModuleExports(DataInputStream) - Method in class org.jboss.jandex.Indexer
- processModuleMainClass(DataInputStream, ClassInfo) - Method in class org.jboss.jandex.Indexer
- processModuleOpens(DataInputStream) - Method in class org.jboss.jandex.Indexer
- processModulePackages(DataInputStream, ClassInfo) - Method in class org.jboss.jandex.Indexer
- processModuleProvides(DataInputStream) - Method in class org.jboss.jandex.Indexer
- processModuleRequires(DataInputStream) - Method in class org.jboss.jandex.Indexer
- processModuleUses(DataInputStream) - Method in class org.jboss.jandex.Indexer
- processRecordComponents(DataInputStream) - Method in class org.jboss.jandex.Indexer
- processSignature(DataInputStream, AnnotationTarget) - Method in class org.jboss.jandex.Indexer
- processTargetPath(DataInputStream, Indexer.BooleanHolder, Indexer.BooleanHolder) - Method in class org.jboss.jandex.Indexer
- processTypeAnnotation(DataInputStream, AnnotationTarget) - Method in class org.jboss.jandex.Indexer
- processTypeAnnotations(DataInputStream, AnnotationTarget) - Method in class org.jboss.jandex.Indexer
- ProvidedServiceInfo(DotName, List<DotName>) - Constructor for class org.jboss.jandex.ModuleInfo.ProvidedServiceInfo
- providers - Variable in class org.jboss.jandex.ModuleInfo.ProvidedServiceInfo
- providers() - Method in class org.jboss.jandex.ModuleInfo.ProvidedServiceInfo
- providersList() - Method in class org.jboss.jandex.ModuleInfo.ProvidedServiceInfo
- provides - Variable in class org.jboss.jandex.ModuleInfo
- provides() - Method in class org.jboss.jandex.ModuleInfo
- providesList() - Method in class org.jboss.jandex.ModuleInfo
- putForCreate(E) - Method in class org.jboss.jandex.StrongInternPool
R
- read() - Method in class org.jboss.jandex.IndexReader
-
Read the index at the associated stream of this reader.
- read(int) - Method in class org.jboss.jandex.IndexReaderImpl
- read(int) - Method in class org.jboss.jandex.IndexReaderV1
-
Read the index at the associated stream of this reader.
- read(int) - Method in class org.jboss.jandex.IndexReaderV2
- readAnnotationEntry(PackedDataInputStream, AnnotationTarget) - Method in class org.jboss.jandex.IndexReaderV2
- readAnnotations(PackedDataInputStream, Map<DotName, List<AnnotationInstance>>, ClassInfo) - Method in class org.jboss.jandex.IndexReaderV1
- readAnnotations(PackedDataInputStream, AnnotationTarget) - Method in class org.jboss.jandex.IndexReaderV2
- readAnnotationTarget(PackedDataInputStream, AnnotationTarget) - Method in class org.jboss.jandex.IndexReaderV2
- readAnnotationValue(PackedDataInputStream) - Method in class org.jboss.jandex.IndexReaderV2
- readAnnotationValues(PackedDataInputStream) - Method in class org.jboss.jandex.IndexReaderV1
- readAnnotationValues(PackedDataInputStream) - Method in class org.jboss.jandex.IndexReaderV2
- readByteTable(PackedDataInputStream) - Method in class org.jboss.jandex.IndexReaderV2
- readClassEntry(PackedDataInputStream, Map<DotName, List<AnnotationInstance>>, int) - Method in class org.jboss.jandex.IndexReaderV2
- readClasses(PackedDataInputStream, int) - Method in class org.jboss.jandex.IndexReaderV1
- readClasses(PackedDataInputStream, int, int, int, int) - Method in class org.jboss.jandex.IndexReaderV2
- readClassFields(PackedDataInputStream, ClassInfo) - Method in class org.jboss.jandex.IndexReaderV2
- readClassMethods(PackedDataInputStream, ClassInfo) - Method in class org.jboss.jandex.IndexReaderV2
- readClassRecordComponents(PackedDataInputStream, ClassInfo) - Method in class org.jboss.jandex.IndexReaderV2
- readClassTable(PackedDataInputStream) - Method in class org.jboss.jandex.IndexReaderV1
- readDotNames(PackedDataInputStream) - Method in class org.jboss.jandex.IndexReaderV2
- readEnclosingMethod(PackedDataInputStream, int) - Method in class org.jboss.jandex.IndexReaderV2
- reader - Variable in class org.jboss.jandex.IndexReader
- readFieldEntry(PackedDataInputStream) - Method in class org.jboss.jandex.IndexReaderV2
- readFieldTable(PackedDataInputStream) - Method in class org.jboss.jandex.IndexReaderV2
- readMethod(ClassInfo, PackedDataInputStream) - Method in class org.jboss.jandex.IndexReaderV1
- readMethodEntry(PackedDataInputStream, int) - Method in class org.jboss.jandex.IndexReaderV2
- readMethodTable(PackedDataInputStream, int) - Method in class org.jboss.jandex.IndexReaderV2
- readModuleEntry(PackedDataInputStream, ClassInfo) - Method in class org.jboss.jandex.IndexReaderV2
- readModules(PackedDataInputStream, Map<DotName, List<AnnotationInstance>>, int) - Method in class org.jboss.jandex.IndexReaderV2
- readNameTable(PackedDataInputStream) - Method in class org.jboss.jandex.IndexReaderV2
- readObject(ObjectInputStream) - Method in class org.jboss.jandex.StrongInternPool
- readPackedU32() - Method in class org.jboss.jandex.PackedDataInputStream
-
Reads a packed unsigned integer.
- readRecordComponentEntry(PackedDataInputStream) - Method in class org.jboss.jandex.IndexReaderV2
- readRecordComponentTable(PackedDataInputStream) - Method in class org.jboss.jandex.IndexReaderV2
- readStringTable(PackedDataInputStream) - Method in class org.jboss.jandex.IndexReaderV1
- readStringTable(PackedDataInputStream) - Method in class org.jboss.jandex.IndexReaderV2
- readType(PackedDataInputStream) - Method in class org.jboss.jandex.IndexReaderV1
- readTypeEntry(PackedDataInputStream) - Method in class org.jboss.jandex.IndexReaderV2
- readTypeListEntry(PackedDataInputStream) - Method in class org.jboss.jandex.IndexReaderV2
- readTypeListReference(PackedDataInputStream) - Method in class org.jboss.jandex.IndexReaderV2
- readTypeListTable(PackedDataInputStream) - Method in class org.jboss.jandex.IndexReaderV2
- readTypeTable(PackedDataInputStream) - Method in class org.jboss.jandex.IndexReaderV2
- readUsers(PackedDataInputStream, int) - Method in class org.jboss.jandex.IndexReaderV2
- readVersion() - Method in class org.jboss.jandex.IndexReader
- rebuildNestedType(Type, int, Indexer.TypeAnnotationState) - Method in class org.jboss.jandex.Indexer
- receiver - Variable in class org.jboss.jandex.EmptyTypeTarget
- receiverType - Variable in class org.jboss.jandex.MethodInternal
- receiverType() - Method in class org.jboss.jandex.MethodInfo
-
Returns the receiver type of this method (a declaration of the "this" reference), if specified.
- receiverType(ClassInfo) - Method in class org.jboss.jandex.MethodInternal
- receiverTypeField() - Method in class org.jboss.jandex.MethodInternal
- RECORD - Static variable in class org.jboss.jandex.Indexer
- RECORD_COMPONENT - org.jboss.jandex.AnnotationTarget.Kind
-
An object of type
RecordComponentInfo
- RECORD_COMPONENT_TAG - Static variable in class org.jboss.jandex.IndexReaderV2
- RECORD_COMPONENT_TAG - Static variable in class org.jboss.jandex.IndexWriterV2
- RECORD_LEN - Static variable in class org.jboss.jandex.Indexer
- RECORD_NAME - Static variable in class org.jboss.jandex.DotName
- recordAnnotation(Map<DotName, List<AnnotationInstance>>, DotName, AnnotationInstance) - Method in class org.jboss.jandex.Indexer
- recordAnnotation(Map<DotName, List<AnnotationInstance>>, DotName, AnnotationInstance) - Method in class org.jboss.jandex.IndexReaderV1
- recordComponent(String) - Method in class org.jboss.jandex.ClassInfo
-
Retrieves a record component by the given name.
- recordComponentArray() - Method in class org.jboss.jandex.ClassInfo
- RecordComponentInfo - Class in org.jboss.jandex
-
Represents an individual Java record component that was annotated.
- RecordComponentInfo() - Constructor for class org.jboss.jandex.RecordComponentInfo
- RecordComponentInfo(ClassInfo, byte[], Type) - Constructor for class org.jboss.jandex.RecordComponentInfo
- RecordComponentInfo(ClassInfo, RecordComponentInternal) - Constructor for class org.jboss.jandex.RecordComponentInfo
- RecordComponentInfoGenerator - Class in org.jboss.jandex
-
A list which wraps RecordComponentInternal objects with a RecordComponentInfo, so that the declaring class' reference can be set.
- RecordComponentInfoGenerator(ClassInfo, RecordComponentInternal[], byte[]) - Constructor for class org.jboss.jandex.RecordComponentInfoGenerator
- recordComponentInternal() - Method in class org.jboss.jandex.RecordComponentInfo
- RecordComponentInternal - Class in org.jboss.jandex
-
The shared internal representation for RecordComponentInfo objects.
- RecordComponentInternal(byte[], Type) - Constructor for class org.jboss.jandex.RecordComponentInternal
- RecordComponentInternal(byte[], Type, AnnotationInstance[]) - Constructor for class org.jboss.jandex.RecordComponentInternal
- RecordComponentInternal.NameComparator - Class in org.jboss.jandex
- recordComponentPool - Variable in class org.jboss.jandex.NameTable
- recordComponentPool() - Method in class org.jboss.jandex.NameTable
- recordComponentPositionArray() - Method in class org.jboss.jandex.ClassInfo
- recordComponentPositions - Variable in class org.jboss.jandex.ClassInfo
- recordComponents - Variable in class org.jboss.jandex.ClassInfo
- recordComponents - Variable in class org.jboss.jandex.Indexer
- recordComponents - Variable in class org.jboss.jandex.RecordComponentInfoGenerator
- recordComponents() - Method in class org.jboss.jandex.ClassInfo
-
Returns a list of all record components declared by this class.
- recordComponentTable - Variable in class org.jboss.jandex.IndexReaderV2
- ReferenceEntry(int) - Constructor for class org.jboss.jandex.IndexWriterV2.ReferenceEntry
- references - Variable in class org.jboss.jandex.IndexWriterV2.ReferenceTable
- ReferenceTable() - Constructor for class org.jboss.jandex.IndexWriterV2.ReferenceTable
- relocate(int) - Method in class org.jboss.jandex.StrongInternPool
- remove() - Method in class org.jboss.jandex.StrongInternPool.IdentityHashSetIterator
- remove(Object) - Method in class org.jboss.jandex.StrongInternPool
- REPEATABLE - Static variable in class org.jboss.jandex.Index
- RequiredModuleInfo(DotName, int, String) - Constructor for class org.jboss.jandex.ModuleInfo.RequiredModuleInfo
- requires - Variable in class org.jboss.jandex.ModuleInfo
- requires() - Method in class org.jboss.jandex.ModuleInfo
- requiresList() - Method in class org.jboss.jandex.ModuleInfo
- reset() - Method in class org.jboss.jandex.Indexer.PathElementStack
- resize(int) - Method in class org.jboss.jandex.StrongInternPool
- resolveBounds(Type) - Method in class org.jboss.jandex.GenericSignatureParser
- resolveType(String) - Method in class org.jboss.jandex.GenericSignatureParser
- resolveType(Type) - Method in class org.jboss.jandex.GenericSignatureParser
- resolveTypeAnnotation(AnnotationTarget, Indexer.TypeAnnotationState) - Method in class org.jboss.jandex.Indexer
- resolveTypeAnnotations() - Method in class org.jboss.jandex.Indexer
- resolveTypeList(ArrayList<Type>) - Method in class org.jboss.jandex.GenericSignatureParser
- resolveTypePath(Type, Indexer.TypeAnnotationState) - Method in class org.jboss.jandex.Indexer
- resolveUsers() - Method in class org.jboss.jandex.Indexer
- Result - Class in org.jboss.jandex
-
The result from a jar indexing operation.
- Result(Index, String, int, File) - Constructor for class org.jboss.jandex.Result
- returnType - Variable in class org.jboss.jandex.ClassInfo.EnclosingMethodInfo
- returnType - Variable in class org.jboss.jandex.GenericSignatureParser.MethodSignature
- returnType - Variable in class org.jboss.jandex.MethodInternal
- returnType() - Method in class org.jboss.jandex.ClassInfo.EnclosingMethodInfo
-
Returns the return type of the method.
- returnType() - Method in class org.jboss.jandex.GenericSignatureParser.MethodSignature
- returnType() - Method in class org.jboss.jandex.MethodInfo
-
Returns this method's return parameter type.
- returnType() - Method in class org.jboss.jandex.MethodInternal
- reverseMap - Static variable in class org.jboss.jandex.PrimitiveType
- run - Variable in class org.jboss.jandex.JandexAntTask
- RUNTIME_ANNOTATIONS - Static variable in class org.jboss.jandex.Indexer
- RUNTIME_ANNOTATIONS_LEN - Static variable in class org.jboss.jandex.Indexer
- RUNTIME_PARAM_ANNOTATIONS - Static variable in class org.jboss.jandex.Indexer
- RUNTIME_PARAM_ANNOTATIONS_LEN - Static variable in class org.jboss.jandex.Indexer
- RUNTIME_TYPE_ANNOTATIONS - Static variable in class org.jboss.jandex.Indexer
- RUNTIME_TYPE_ANNOTATIONS_LEN - Static variable in class org.jboss.jandex.Indexer
S
- safeClose(Closeable) - Static method in class org.jboss.jandex.JarIndexer
- safeClose(FileInputStream) - Method in class org.jboss.jandex.Main
- safeClose(JarFile) - Static method in class org.jboss.jandex.JarIndexer
- scanFile(File, Indexer) - Method in class org.jboss.jandex.Main
- searchNestedType(Type, int, Indexer.TypeAnnotationState) - Method in class org.jboss.jandex.Indexer
- searchTypePath(Type, Indexer.TypeAnnotationState) - Method in class org.jboss.jandex.Indexer
- serialVersionUID - Static variable in class org.jboss.jandex.StrongInternPool
-
Serialization ID
- serialVersionUID - Static variable in exception org.jboss.jandex.UnsupportedVersion
- service - Variable in class org.jboss.jandex.ModuleInfo.ProvidedServiceInfo
- service() - Method in class org.jboss.jandex.ModuleInfo.ProvidedServiceInfo
- setAnnotations(List<AnnotationInstance>) - Method in class org.jboss.jandex.FieldInfo
- setAnnotations(List<AnnotationInstance>) - Method in class org.jboss.jandex.FieldInternal
- setAnnotations(List<AnnotationInstance>) - Method in class org.jboss.jandex.MethodInfo
- setAnnotations(List<AnnotationInstance>) - Method in class org.jboss.jandex.MethodInternal
- setAnnotations(List<AnnotationInstance>) - Method in class org.jboss.jandex.RecordComponentInfo
- setAnnotations(List<AnnotationInstance>) - Method in class org.jboss.jandex.RecordComponentInternal
- setAnnotations(Map<DotName, List<AnnotationInstance>>) - Method in class org.jboss.jandex.ClassInfo
- setClassInfo(ClassInfo) - Method in class org.jboss.jandex.FieldInfo
- setClassInfo(ClassInfo) - Method in class org.jboss.jandex.MethodInfo
- setClassInfo(ClassInfo) - Method in class org.jboss.jandex.RecordComponentInfo
- setDefaultValue(AnnotationValue) - Method in class org.jboss.jandex.MethodInfo
- setDefaultValue(AnnotationValue) - Method in class org.jboss.jandex.MethodInternal
- setEnclosingMethod(ClassInfo.EnclosingMethodInfo) - Method in class org.jboss.jandex.ClassInfo
- setExceptions(Type[]) - Method in class org.jboss.jandex.MethodInfo
- setExceptions(Type[]) - Method in class org.jboss.jandex.MethodInternal
- setExports(List<ModuleInfo.ExportedPackageInfo>) - Method in class org.jboss.jandex.ModuleInfo
- setFieldArray(FieldInternal[]) - Method in class org.jboss.jandex.ClassInfo
- setFieldInternal(FieldInternal) - Method in class org.jboss.jandex.FieldInfo
- setFieldPositionArray(byte[]) - Method in class org.jboss.jandex.ClassInfo
- setFields(List<FieldInfo>, NameTable) - Method in class org.jboss.jandex.ClassInfo
- setFlags(short) - Method in class org.jboss.jandex.ClassInfo
- setHasNoArgsConstructor(boolean) - Method in class org.jboss.jandex.ClassInfo
- setInnerClassInfo(DotName, String, boolean) - Method in class org.jboss.jandex.ClassInfo
- setInterfaceTypes(Type[]) - Method in class org.jboss.jandex.ClassInfo
- setMainClass(DotName) - Method in class org.jboss.jandex.ModuleInfo
- setMethodArray(MethodInternal[]) - Method in class org.jboss.jandex.ClassInfo
- setMethodInternal(MethodInternal) - Method in class org.jboss.jandex.MethodInfo
- setMethodPositionArray(byte[]) - Method in class org.jboss.jandex.ClassInfo
- setMethods(List<MethodInfo>, NameTable) - Method in class org.jboss.jandex.ClassInfo
- setModify(boolean) - Method in class org.jboss.jandex.JandexAntTask
- setModule(ModuleInfo) - Method in class org.jboss.jandex.ClassInfo
- setNewJar(boolean) - Method in class org.jboss.jandex.JandexAntTask
- setOpens(List<ModuleInfo.OpenedPackageInfo>) - Method in class org.jboss.jandex.ModuleInfo
- setPackages(List<DotName>) - Method in class org.jboss.jandex.ModuleInfo
- setParameterNames(byte[][]) - Method in class org.jboss.jandex.MethodInternal
- setParameters(Type[]) - Method in class org.jboss.jandex.MethodInfo
- setParameters(Type[]) - Method in class org.jboss.jandex.MethodInternal
- setProvides(List<ModuleInfo.ProvidedServiceInfo>) - Method in class org.jboss.jandex.ModuleInfo
- setReceiverType(Type) - Method in class org.jboss.jandex.MethodInfo
- setReceiverType(Type) - Method in class org.jboss.jandex.MethodInternal
- setRecordComponentArray(RecordComponentInternal[]) - Method in class org.jboss.jandex.ClassInfo
- setRecordComponentInternal(RecordComponentInternal) - Method in class org.jboss.jandex.RecordComponentInfo
- setRecordComponentPositionArray(byte[]) - Method in class org.jboss.jandex.ClassInfo
- setRecordComponents(List<RecordComponentInfo>, NameTable) - Method in class org.jboss.jandex.ClassInfo
- setRequires(List<ModuleInfo.RequiredModuleInfo>) - Method in class org.jboss.jandex.ModuleInfo
- setReturnType(Type) - Method in class org.jboss.jandex.MethodInfo
- setReturnType(Type) - Method in class org.jboss.jandex.MethodInternal
- setRun(boolean) - Method in class org.jboss.jandex.JandexAntTask
- setSuperClassType(Type) - Method in class org.jboss.jandex.ClassInfo
- setTarget(AnnotationTarget) - Method in class org.jboss.jandex.AnnotationInstance
- setTarget(Type) - Method in class org.jboss.jandex.TypeTarget
- setType(Type) - Method in class org.jboss.jandex.FieldInfo
- setType(Type) - Method in class org.jboss.jandex.FieldInternal
- setType(Type) - Method in class org.jboss.jandex.RecordComponentInfo
- setType(Type) - Method in class org.jboss.jandex.RecordComponentInternal
- setTypeParameters(AnnotationTarget, Type[]) - Method in class org.jboss.jandex.Indexer
- setTypeParameters(Type[]) - Method in class org.jboss.jandex.ClassInfo
- setTypeParameters(Type[]) - Method in class org.jboss.jandex.MethodInfo
- setTypeParameters(Type[]) - Method in class org.jboss.jandex.MethodInternal
- setUses(List<DotName>) - Method in class org.jboss.jandex.ModuleInfo
- setVerbose(boolean) - Method in class org.jboss.jandex.JandexAntTask
- SHORT - org.jboss.jandex.AnnotationValue.Kind
-
Indicates a primitive short value
- SHORT - org.jboss.jandex.PrimitiveType.Primitive
-
Indicates a primitive short type
- SHORT - Static variable in class org.jboss.jandex.PrimitiveType
- ShortValue(String, short) - Constructor for class org.jboss.jandex.AnnotationValue.ShortValue
- signature - Variable in class org.jboss.jandex.GenericSignatureParser
- SIGNATURE - Static variable in class org.jboss.jandex.Indexer
- SIGNATURE_LEN - Static variable in class org.jboss.jandex.Indexer
- signatureParser - Variable in class org.jboss.jandex.Indexer
- signaturePresent - Variable in class org.jboss.jandex.Indexer
- signatures - Variable in class org.jboss.jandex.Indexer
- simpleName - Variable in class org.jboss.jandex.ClassInfo.NestingInfo
- simpleName - Variable in class org.jboss.jandex.Indexer.InnerClassInfo
- simpleName() - Method in class org.jboss.jandex.ClassInfo
-
Returns the source declared name of this class if it is an inner class, or a local class.
- size - Variable in class org.jboss.jandex.AnnotationTargetFilterCollection
- size - Variable in class org.jboss.jandex.StrongInternPool
-
The current number of key-value pairs
- size() - Method in class org.jboss.jandex.AnnotationTargetFilterCollection
- size() - Method in class org.jboss.jandex.FieldInfoGenerator
- size() - Method in class org.jboss.jandex.Indexer.PathElementStack
- size() - Method in class org.jboss.jandex.IndexWriterV2.ReferenceTable
- size() - Method in class org.jboss.jandex.MethodInfoGenerator
- size() - Method in class org.jboss.jandex.RecordComponentInfoGenerator
- size() - Method in class org.jboss.jandex.StrongInternPool
- sizeToFit(byte[], int, int, int) - Static method in class org.jboss.jandex.Indexer
- skipBridge(Indexer.TypeAnnotationState, MethodInfo) - Method in class org.jboss.jandex.Indexer
- skipFully(InputStream, long) - Static method in class org.jboss.jandex.Indexer
- skipTargetPath(DataInputStream) - Method in class org.jboss.jandex.Indexer
- sortAndGetPositions(T[], Comparator<T>, NameTable) - Static method in class org.jboss.jandex.ClassInfo
-
Sorts the array of internals using the provided comparator and returns an array of offsets in the original order of internals.
- sortedNameTable - Variable in class org.jboss.jandex.IndexWriterV2
- source - Variable in class org.jboss.jandex.Main
- source - Variable in class org.jboss.jandex.ModuleInfo.ExportedPackageInfo
- source - Variable in class org.jboss.jandex.ModuleInfo.OpenedPackageInfo
- source() - Method in class org.jboss.jandex.ModuleInfo.ExportedPackageInfo
- source() - Method in class org.jboss.jandex.ModuleInfo.OpenedPackageInfo
- STATIC - Static variable in class org.jboss.jandex.ModuleInfo.RequiredModuleInfo
- STRING - org.jboss.jandex.AnnotationValue.Kind
-
Indicates a Java String value
- stringPool - Variable in class org.jboss.jandex.NameTable
- stringPool() - Method in class org.jboss.jandex.NameTable
- stringTable - Variable in class org.jboss.jandex.IndexReaderV1
- stringTable - Variable in class org.jboss.jandex.IndexReaderV2
- StringValue(String, String) - Constructor for class org.jboss.jandex.AnnotationValue.StringValue
- stripPackage(StringBuilder) - Method in class org.jboss.jandex.DotName
- StrongInternPool<E> - Class in org.jboss.jandex
-
A strong intern pool.
- StrongInternPool() - Constructor for class org.jboss.jandex.StrongInternPool
- StrongInternPool(int) - Constructor for class org.jboss.jandex.StrongInternPool
- StrongInternPool(int, float) - Constructor for class org.jboss.jandex.StrongInternPool
- StrongInternPool.IdentityHashSetIterator - Class in org.jboss.jandex
- StrongInternPool.Index - Class in org.jboss.jandex
- subclasses - Variable in class org.jboss.jandex.Index
- subclasses - Variable in class org.jboss.jandex.Indexer
- superBound() - Method in class org.jboss.jandex.WildcardType
-
Returns the super (lower) bound of this wildcard.
- superClass - Variable in class org.jboss.jandex.GenericSignatureParser.ClassSignature
- superClass() - Method in class org.jboss.jandex.GenericSignatureParser.ClassSignature
- superClassType - Variable in class org.jboss.jandex.ClassInfo
- superClassType() - Method in class org.jboss.jandex.ClassInfo
-
Returns a super type represented by the extends clause of this class.
- superName() - Method in class org.jboss.jandex.ClassInfo
-
Returns the name of the super class declared by the extends clause of this class.
- SYNTHETIC - Static variable in class org.jboss.jandex.MethodInternal
- SYNTHETIC - Static variable in class org.jboss.jandex.Modifiers
T
- table - Variable in class org.jboss.jandex.IndexWriterV2.ReferenceTable
- table - Variable in class org.jboss.jandex.StrongInternPool.IdentityHashSetIterator
- table - Variable in class org.jboss.jandex.StrongInternPool
-
The open-addressed table
- target - Variable in class org.jboss.jandex.AnnotationInstance
- target - Variable in class org.jboss.jandex.Indexer.TypeAnnotationState
- target - Variable in class org.jboss.jandex.TypeTarget
- target() - Method in class org.jboss.jandex.AnnotationInstance
-
The Java element that this annotation was declared on.
- target() - Method in class org.jboss.jandex.TypeTarget
-
Returns the type which contains the respective annotation.
- targets - Variable in class org.jboss.jandex.ModuleInfo.ExportedPackageInfo
- targets - Variable in class org.jboss.jandex.ModuleInfo.OpenedPackageInfo
- targets() - Method in class org.jboss.jandex.ModuleInfo.ExportedPackageInfo
- targets() - Method in class org.jboss.jandex.ModuleInfo.OpenedPackageInfo
- targetsArray(Indexer.TypeAnnotationState) - Method in class org.jboss.jandex.Indexer
- targetsList() - Method in class org.jboss.jandex.ModuleInfo.ExportedPackageInfo
- targetsList() - Method in class org.jboss.jandex.ModuleInfo.OpenedPackageInfo
- threshold - Variable in class org.jboss.jandex.StrongInternPool
-
The next resize
- throwables - Variable in class org.jboss.jandex.GenericSignatureParser.MethodSignature
- throwables() - Method in class org.jboss.jandex.GenericSignatureParser.MethodSignature
- THROWS - org.jboss.jandex.TypeTarget.Usage
-
Indicates a type annotation occurs within the throws clause of a method
- THROWS_TYPE_TAG - Static variable in class org.jboss.jandex.IndexReaderV2
- THROWS_TYPE_TAG - Static variable in class org.jboss.jandex.IndexWriterV2
- ThrowsTypeTarget - Class in org.jboss.jandex
-
Represents a type annotation target which occurs within a throwable type on a method.
- ThrowsTypeTarget(AnnotationTarget, Type, int) - Constructor for class org.jboss.jandex.ThrowsTypeTarget
- ThrowsTypeTarget(MethodInfo, int) - Constructor for class org.jboss.jandex.ThrowsTypeTarget
- toCode() - Method in class org.jboss.jandex.PrimitiveType
- toDataVersion(int) - Method in class org.jboss.jandex.IndexReaderImpl
- toDataVersion(int) - Method in class org.jboss.jandex.IndexReaderV1
- toDataVersion(int) - Method in class org.jboss.jandex.IndexReaderV2
- toInternalArray() - Method in class org.jboss.jandex.StrongInternPool
-
Advanced method that returns the internal table.
- TOP_LEVEL - org.jboss.jandex.ClassInfo.NestingType
-
A standard class declared within its own source unit
- toParameterizedType() - Method in class org.jboss.jandex.ClassType
- toString() - Method in class org.jboss.jandex.AnnotationInstance
-
Returns a string representation for this annotation instance.
- toString() - Method in class org.jboss.jandex.AnnotationValue.ArrayValue
- toString() - Method in class org.jboss.jandex.AnnotationValue.StringValue
- toString() - Method in class org.jboss.jandex.AnnotationValue
- toString() - Method in class org.jboss.jandex.ArrayType
- toString() - Method in class org.jboss.jandex.ClassInfo.EnclosingMethodInfo
- toString() - Method in class org.jboss.jandex.ClassInfo
- toString() - Method in class org.jboss.jandex.DotName
-
Returns the regular fully qualifier class name.
- toString() - Method in class org.jboss.jandex.FieldInfo
-
Returns a string representation describing this field.
- toString() - Method in class org.jboss.jandex.FieldInternal
- toString() - Method in class org.jboss.jandex.GenericSignatureParser.ClassSignature
- toString() - Method in class org.jboss.jandex.GenericSignatureParser.MethodSignature
- toString() - Method in class org.jboss.jandex.MethodInfo
-
Returns a string representation describing this field.
- toString() - Method in class org.jboss.jandex.MethodInternal
- toString() - Method in class org.jboss.jandex.MethodParameterInfo
-
Returns a string representation describing this method parameter
- toString() - Method in class org.jboss.jandex.ModuleInfo.ExportedPackageInfo
- toString() - Method in class org.jboss.jandex.ModuleInfo.OpenedPackageInfo
- toString() - Method in class org.jboss.jandex.ModuleInfo.ProvidedServiceInfo
- toString() - Method in class org.jboss.jandex.ModuleInfo.RequiredModuleInfo
- toString() - Method in class org.jboss.jandex.ModuleInfo
- toString() - Method in class org.jboss.jandex.ParameterizedType
- toString() - Method in class org.jboss.jandex.RecordComponentInfo
-
Returns a string representation describing this record component.
- toString() - Method in class org.jboss.jandex.RecordComponentInternal
- toString() - Method in class org.jboss.jandex.StrongInternPool
- toString() - Method in class org.jboss.jandex.Type
-
Returns a string representation for this type.
- toString() - Method in class org.jboss.jandex.UnresolvedTypeVariable
- toString() - Method in class org.jboss.jandex.WildcardType
- toString(boolean) - Method in class org.jboss.jandex.AnnotationInstance
-
Returns an optionally simplified string that represents this annotation instance.
- toString(boolean) - Method in class org.jboss.jandex.Type
- toString(boolean) - Method in class org.jboss.jandex.TypeVariable
- toString(char) - Method in class org.jboss.jandex.DotName
- toString(ClassInfo) - Method in class org.jboss.jandex.FieldInternal
- toString(ClassInfo) - Method in class org.jboss.jandex.RecordComponentInternal
- toUTF8(String) - Static method in class org.jboss.jandex.Utils
- TRANSITIVE - Static variable in class org.jboss.jandex.ModuleInfo.RequiredModuleInfo
- type - Variable in class org.jboss.jandex.AnnotationTargetFilterCollection
- type - Variable in class org.jboss.jandex.AnnotationValue.ClassValue
- type - Variable in class org.jboss.jandex.FieldInternal
- type - Variable in class org.jboss.jandex.RecordComponentInternal
- type() - Method in class org.jboss.jandex.FieldInfo
-
Returns the
Type
declared on this field. - type() - Method in class org.jboss.jandex.FieldInternal
- type() - Method in class org.jboss.jandex.RecordComponentInfo
-
Returns the type of this record component.
- type() - Method in class org.jboss.jandex.RecordComponentInternal
- Type - Class in org.jboss.jandex
-
Represents a Java type declaration usage that is specified on methods, fields, classes, annotations, or other types.
- Type(DotName, AnnotationInstance[]) - Constructor for class org.jboss.jandex.Type
- TYPE - org.jboss.jandex.AnnotationTarget.Kind
-
An object of type
TypeTarget
- TYPE_PARAMETER - org.jboss.jandex.TypeTarget.Usage
-
Indicates a type annotation occurs within a method or class type parameter
- TYPE_PARAMETER_BOUND - org.jboss.jandex.TypeTarget.Usage
-
Indicates a type annotation occurs within the bound of a method or class type parameter
- TYPE_PARAMETER_BOUND_TAG - Static variable in class org.jboss.jandex.IndexReaderV2
- TYPE_PARAMETER_BOUND_TAG - Static variable in class org.jboss.jandex.IndexWriterV2
- TYPE_PARAMETER_TAG - Static variable in class org.jboss.jandex.IndexReaderV2
- TYPE_PARAMETER_TAG - Static variable in class org.jboss.jandex.IndexWriterV2
- TYPE_VARIABLE - org.jboss.jandex.Type.Kind
-
A resolved generic type parameter or type argument
- Type.Kind - Enum in org.jboss.jandex
-
Represents a "kind" of Type.
- typeAnnotations - Variable in class org.jboss.jandex.Indexer
- TypeAnnotationState(TypeTarget, AnnotationInstance, ArrayList<Indexer.PathElement>, boolean, boolean) - Constructor for class org.jboss.jandex.Indexer.TypeAnnotationState
- typeListPool - Variable in class org.jboss.jandex.NameTable
- typeListTable - Variable in class org.jboss.jandex.IndexReaderV2
- typeListTable - Variable in class org.jboss.jandex.IndexWriterV2
- typeName - Variable in class org.jboss.jandex.AnnotationValue.EnumValue
- typeParameterArray() - Method in class org.jboss.jandex.ClassInfo
- typeParameterArray() - Method in class org.jboss.jandex.MethodInfo
- typeParameterArray() - Method in class org.jboss.jandex.MethodInternal
- TypeParameterBoundTypeTarget - Class in org.jboss.jandex
-
Represents a type annotation target which occurs within a bound of type parameter type.
- TypeParameterBoundTypeTarget(AnnotationTarget, int, int) - Constructor for class org.jboss.jandex.TypeParameterBoundTypeTarget
- TypeParameterBoundTypeTarget(AnnotationTarget, Type, int, int) - Constructor for class org.jboss.jandex.TypeParameterBoundTypeTarget
- typeParameters - Variable in class org.jboss.jandex.ClassInfo
- typeParameters - Variable in class org.jboss.jandex.GenericSignatureParser.MethodSignature
- typeParameters - Variable in class org.jboss.jandex.GenericSignatureParser
- typeParameters - Variable in class org.jboss.jandex.MethodInternal
- typeParameters() - Method in class org.jboss.jandex.ClassInfo
-
Returns the generic type parameters of this class, if any.
- typeParameters() - Method in class org.jboss.jandex.GenericSignatureParser.MethodSignature
- typeParameters() - Method in class org.jboss.jandex.MethodInfo
-
Returns the generic type parameters defined by this method.
- typeParameters() - Method in class org.jboss.jandex.MethodInternal
- TypeParameterTypeTarget - Class in org.jboss.jandex
-
Represents a type annotation target which occurs within a type parameter type.
- TypeParameterTypeTarget(AnnotationTarget, int) - Constructor for class org.jboss.jandex.TypeParameterTypeTarget
- TypeParameterTypeTarget(AnnotationTarget, Type, int) - Constructor for class org.jboss.jandex.TypeParameterTypeTarget
- typePool - Variable in class org.jboss.jandex.NameTable
- typeTable - Variable in class org.jboss.jandex.IndexReaderV2
- typeTable - Variable in class org.jboss.jandex.IndexWriterV2
- TypeTarget - Class in org.jboss.jandex
-
Represents a type that is the target of a type annotation.
- TypeTarget(AnnotationTarget) - Constructor for class org.jboss.jandex.TypeTarget
- TypeTarget(AnnotationTarget, Type) - Constructor for class org.jboss.jandex.TypeTarget
- TypeTarget.Usage - Enum in org.jboss.jandex
-
Specifies a form of usage of a type annotation
- TypeVariable - Class in org.jboss.jandex
-
Represents a resolved type parameter or type argument.
- TypeVariable(String) - Constructor for class org.jboss.jandex.TypeVariable
- TypeVariable(String, Type[]) - Constructor for class org.jboss.jandex.TypeVariable
- TypeVariable(String, Type[], AnnotationInstance[]) - Constructor for class org.jboss.jandex.TypeVariable
- TypeVariable(String, Type[], AnnotationInstance[], boolean) - Constructor for class org.jboss.jandex.TypeVariable
U
- UNBOUNDED_WILDCARD - Static variable in class org.jboss.jandex.GenericSignatureParser
- UNKNOWN - org.jboss.jandex.AnnotationValue.Kind
-
Indicates the value type is unknown
- unmaskNull(K) - Static method in class org.jboss.jandex.StrongInternPool
- UNRESOLVED_TYPE_VARIABLE - org.jboss.jandex.Type.Kind
-
An unresolved type parameter or argument.
- UnresolvedTypeVariable - Class in org.jboss.jandex
-
Represents a type variable that could not be resolved during indexing.
- UnresolvedTypeVariable(String) - Constructor for class org.jboss.jandex.UnresolvedTypeVariable
- UnresolvedTypeVariable(String, AnnotationInstance[]) - Constructor for class org.jboss.jandex.UnresolvedTypeVariable
- unsortedFields() - Method in class org.jboss.jandex.ClassInfo
- unsortedMethods() - Method in class org.jboss.jandex.ClassInfo
- unsortedRecordComponents() - Method in class org.jboss.jandex.ClassInfo
- UnsupportedVersion - Exception in org.jboss.jandex
-
The version encountered is not supported.
- UnsupportedVersion(String) - Constructor for exception org.jboss.jandex.UnsupportedVersion
- updateAnnotationTargetInfo(AnnotationInstance[], ClassInfo) - Method in class org.jboss.jandex.IndexReaderV2
- updateTypeTarget(AnnotationTarget, Indexer.TypeAnnotationState) - Method in class org.jboss.jandex.Indexer
- updateTypeTargets() - Method in class org.jboss.jandex.Indexer
- usage() - Method in class org.jboss.jandex.ClassExtendsTypeTarget
- usage() - Method in class org.jboss.jandex.EmptyTypeTarget
- usage() - Method in class org.jboss.jandex.MethodParameterTypeTarget
- usage() - Method in class org.jboss.jandex.ThrowsTypeTarget
- usage() - Method in class org.jboss.jandex.TypeParameterBoundTypeTarget
- usage() - Method in class org.jboss.jandex.TypeParameterTypeTarget
- usage() - Method in class org.jboss.jandex.TypeTarget
-
Returns the kind of usage of this type target.
- Usage() - Constructor for enum org.jboss.jandex.TypeTarget.Usage
- usages - Variable in class org.jboss.jandex.Result
- users - Variable in class org.jboss.jandex.Index
- users - Variable in class org.jboss.jandex.Indexer
- users - Variable in class org.jboss.jandex.IndexReaderV2
- uses - Variable in class org.jboss.jandex.ModuleInfo
- uses() - Method in class org.jboss.jandex.ModuleInfo
- usesList() - Method in class org.jboss.jandex.ModuleInfo
- UTF8 - Static variable in class org.jboss.jandex.Utils
- Utils - Class in org.jboss.jandex
-
Common utilities
- Utils() - Constructor for class org.jboss.jandex.Utils
V
- value - Variable in class org.jboss.jandex.AnnotationValue.ArrayValue
- value - Variable in class org.jboss.jandex.AnnotationValue.BooleanValue
- value - Variable in class org.jboss.jandex.AnnotationValue.ByteValue
- value - Variable in class org.jboss.jandex.AnnotationValue.CharacterValue
- value - Variable in class org.jboss.jandex.AnnotationValue.DoubleValue
- value - Variable in class org.jboss.jandex.AnnotationValue.EnumValue
- value - Variable in class org.jboss.jandex.AnnotationValue.FloatValue
- value - Variable in class org.jboss.jandex.AnnotationValue.IntegerValue
- value - Variable in class org.jboss.jandex.AnnotationValue.LongValue
- value - Variable in class org.jboss.jandex.AnnotationValue.NestedAnnotation
- value - Variable in class org.jboss.jandex.AnnotationValue.ShortValue
- value - Variable in class org.jboss.jandex.AnnotationValue.StringValue
- value() - Method in class org.jboss.jandex.AnnotationInstance
-
Returns the value that is associated with the special default "value" parameter.
- value() - Method in class org.jboss.jandex.AnnotationValue.ArrayValue
- value() - Method in class org.jboss.jandex.AnnotationValue.BooleanValue
- value() - Method in class org.jboss.jandex.AnnotationValue.ByteValue
- value() - Method in class org.jboss.jandex.AnnotationValue.CharacterValue
- value() - Method in class org.jboss.jandex.AnnotationValue.ClassValue
- value() - Method in class org.jboss.jandex.AnnotationValue.DoubleValue
- value() - Method in class org.jboss.jandex.AnnotationValue.EnumValue
- value() - Method in class org.jboss.jandex.AnnotationValue.FloatValue
- value() - Method in class org.jboss.jandex.AnnotationValue.IntegerValue
- value() - Method in class org.jboss.jandex.AnnotationValue.LongValue
- value() - Method in class org.jboss.jandex.AnnotationValue.NestedAnnotation
- value() - Method in class org.jboss.jandex.AnnotationValue.ShortValue
- value() - Method in class org.jboss.jandex.AnnotationValue.StringValue
- value() - Method in class org.jboss.jandex.AnnotationValue
-
Returns a detyped value that represents the underlying annotation value.
- value(String) - Method in class org.jboss.jandex.AnnotationInstance
-
Returns a value that corresponds with the specified parameter name.
- valueArray() - Method in class org.jboss.jandex.AnnotationInstance
- valueOf(String) - Static method in enum org.jboss.jandex.AnnotationTarget.Kind
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.jboss.jandex.AnnotationValue.Kind
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.jboss.jandex.ClassInfo.NestingType
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.jboss.jandex.Indexer.PathElement.Kind
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.jboss.jandex.PrimitiveType.Primitive
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.jboss.jandex.Type.Kind
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.jboss.jandex.TypeTarget.Usage
-
Returns the enum constant of this type with the specified name.
- values - Variable in class org.jboss.jandex.AnnotationInstance
- values() - Method in class org.jboss.jandex.AnnotationInstance
-
Returns a list of all parameter values on this annotation instance.
- values() - Static method in enum org.jboss.jandex.AnnotationTarget.Kind
-
Returns an array containing the constants of this enum type, in the order they are declared.
- values() - Static method in enum org.jboss.jandex.AnnotationValue.Kind
-
Returns an array containing the constants of this enum type, in the order they are declared.
- values() - Static method in enum org.jboss.jandex.ClassInfo.NestingType
-
Returns an array containing the constants of this enum type, in the order they are declared.
- values() - Static method in enum org.jboss.jandex.Indexer.PathElement.Kind
-
Returns an array containing the constants of this enum type, in the order they are declared.
- values() - Static method in enum org.jboss.jandex.PrimitiveType.Primitive
-
Returns an array containing the constants of this enum type, in the order they are declared.
- values() - Static method in enum org.jboss.jandex.Type.Kind
-
Returns an array containing the constants of this enum type, in the order they are declared.
- values() - Static method in enum org.jboss.jandex.TypeTarget.Usage
-
Returns an array containing the constants of this enum type, in the order they are declared.
- valuesWithDefaults(IndexView) - Method in class org.jboss.jandex.AnnotationInstance
-
Returns a list of all parameter values on this annotation instance, including default values id defined.
- valueWithDefault(IndexView) - Method in class org.jboss.jandex.AnnotationInstance
-
Returns the value that is associated with the special default "value" parameter, also accounting for a value default.
- valueWithDefault(IndexView, String) - Method in class org.jboss.jandex.AnnotationInstance
-
Returns a value that corresponds with the specified parameter name, accounting for its default value.
- verbose - Variable in class org.jboss.jandex.JandexAntTask
- verbose - Variable in class org.jboss.jandex.Main
- verifyMagic(DataInputStream) - Method in class org.jboss.jandex.Indexer
- version - Variable in class org.jboss.jandex.IndexReader
- version - Variable in class org.jboss.jandex.ModuleInfo.RequiredModuleInfo
- version - Variable in class org.jboss.jandex.ModuleInfo
- version() - Method in class org.jboss.jandex.ModuleInfo.RequiredModuleInfo
- version() - Method in class org.jboss.jandex.ModuleInfo
- VOID - org.jboss.jandex.Type.Kind
-
Used to designate a Java method that returns nothing
- VOID - Static variable in class org.jboss.jandex.VoidType
- VoidType - Class in org.jboss.jandex
-
Specifies "void" in a method signature.
- VoidType(AnnotationInstance[]) - Constructor for class org.jboss.jandex.VoidType
W
- WILDCARD_BOUND - org.jboss.jandex.Indexer.PathElement.Kind
- WILDCARD_TYPE - org.jboss.jandex.Type.Kind
-
A generic wildcard type.
- WildcardType - Class in org.jboss.jandex
-
Represents a generic wildcard.
- WildcardType(Type, boolean) - Constructor for class org.jboss.jandex.WildcardType
- WildcardType(Type, boolean, AnnotationInstance[]) - Constructor for class org.jboss.jandex.WildcardType
- withoutPackagePrefix() - Method in class org.jboss.jandex.DotName
-
Returns the portion of this DotName that does not contain a package prefix.
- wrap(DotName, String, boolean) - Method in class org.jboss.jandex.NameTable
- write(Index) - Method in class org.jboss.jandex.IndexWriter
-
Writes the specified index to the associated output stream.
- write(Index, byte) - Method in class org.jboss.jandex.IndexWriter
-
Deprecated.
- write(Index, int) - Method in class org.jboss.jandex.IndexWriter
-
Writes the specified index to the associated output stream.
- write(Index, int) - Method in class org.jboss.jandex.IndexWriterImpl
- write(Index, int) - Method in class org.jboss.jandex.IndexWriterV1
-
Writes the specified index to the associated output stream.
- write(Index, int) - Method in class org.jboss.jandex.IndexWriterV2
-
Writes the specified index to the associated output stream.
- writeAnnotation(PackedDataOutputStream, AnnotationInstance) - Method in class org.jboss.jandex.IndexWriterV2
- writeAnnotationTarget(PackedDataOutputStream, AnnotationTarget) - Method in class org.jboss.jandex.IndexWriterV2
- writeAnnotationValue(PackedDataOutputStream, AnnotationValue) - Method in class org.jboss.jandex.IndexWriterV1
- writeAnnotationValue(PackedDataOutputStream, AnnotationValue) - Method in class org.jboss.jandex.IndexWriterV2
- writeAnnotationValues(PackedDataOutputStream, Collection<AnnotationValue>) - Method in class org.jboss.jandex.IndexWriterV1
- writeAnnotationValues(PackedDataOutputStream, Collection<AnnotationValue>) - Method in class org.jboss.jandex.IndexWriterV2
- writeByteTable(PackedDataOutputStream) - Method in class org.jboss.jandex.IndexWriterV2
- writeClassEntry(PackedDataOutputStream, ClassInfo, int) - Method in class org.jboss.jandex.IndexWriterV2
- writeClasses(PackedDataOutputStream, Index, int) - Method in class org.jboss.jandex.IndexWriterV1
- writeClasses(PackedDataOutputStream, Index, int) - Method in class org.jboss.jandex.IndexWriterV2
- writeClassTable(PackedDataOutputStream) - Method in class org.jboss.jandex.IndexWriterV1
- writeDotNames(PackedDataOutputStream, List<DotName>) - Method in class org.jboss.jandex.IndexWriterV2
- writeFieldEntry(PackedDataOutputStream, FieldInternal) - Method in class org.jboss.jandex.IndexWriterV2
- writeFieldTable(PackedDataOutputStream) - Method in class org.jboss.jandex.IndexWriterV2
- writeMethodEntry(PackedDataOutputStream, int, MethodInternal) - Method in class org.jboss.jandex.IndexWriterV2
- writeMethodTable(PackedDataOutputStream, int) - Method in class org.jboss.jandex.IndexWriterV2
- writeModuleEntry(PackedDataOutputStream, ModuleInfo, int) - Method in class org.jboss.jandex.IndexWriterV2
- writeModules(PackedDataOutputStream, Index, int) - Method in class org.jboss.jandex.IndexWriterV2
- writeNameTable(PackedDataOutputStream) - Method in class org.jboss.jandex.IndexWriterV2
- writeObject(ObjectOutputStream) - Method in class org.jboss.jandex.StrongInternPool
- writePackedU32(int) - Method in class org.jboss.jandex.PackedDataOutputStream
-
Writes an unsigned integer in as few bytes as possible.
- writeRecordComponentEntry(PackedDataOutputStream, RecordComponentInternal) - Method in class org.jboss.jandex.IndexWriterV2
- writeRecordComponentTable(PackedDataOutputStream) - Method in class org.jboss.jandex.IndexWriterV2
- writeReference(PackedDataOutputStream, AnnotationInstance) - Method in class org.jboss.jandex.IndexWriterV2
- writeReference(PackedDataOutputStream, Type, boolean) - Method in class org.jboss.jandex.IndexWriterV2
- writeReferenceOrFull(PackedDataOutputStream, AnnotationInstance) - Method in class org.jboss.jandex.IndexWriterV2
- writeReferenceOrFull(PackedDataOutputStream, Type[]) - Method in class org.jboss.jandex.IndexWriterV2
- writeStringTable(PackedDataOutputStream) - Method in class org.jboss.jandex.IndexWriterV1
- writeStringTable(PackedDataOutputStream) - Method in class org.jboss.jandex.IndexWriterV2
- writeType(PackedDataOutputStream, Type) - Method in class org.jboss.jandex.IndexWriterV1
- writeTypeEntry(PackedDataOutputStream, Type) - Method in class org.jboss.jandex.IndexWriterV2
- writeTypeListEntry(PackedDataOutputStream, Type[]) - Method in class org.jboss.jandex.IndexWriterV2
- writeTypeListTable(PackedDataOutputStream) - Method in class org.jboss.jandex.IndexWriterV2
- writeTypeTable(PackedDataOutputStream) - Method in class org.jboss.jandex.IndexWriterV2
- writeTypeTarget(PackedDataOutputStream, TypeTarget) - Method in class org.jboss.jandex.IndexWriterV2
- writeTypeTargetFields(PackedDataOutputStream, byte, TypeTarget) - Method in class org.jboss.jandex.IndexWriterV2
- writeUsersSet(PackedDataOutputStream, DotName, List<ClassInfo>) - Method in class org.jboss.jandex.IndexWriterV2
- writeUsersTable(PackedDataOutputStream, Map<DotName, List<ClassInfo>>) - Method in class org.jboss.jandex.IndexWriterV2
- written - Variable in class org.jboss.jandex.IndexWriterV2.ReferenceEntry
All Classes All Packages