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.
- addFileset(FileSet) - Method in class org.jboss.jandex.JandexAntTask
- 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.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.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.Type
- AnnotationInstance - Class in org.jboss.jandex
-
An annotation instance represents a specific usage of an annotation on a target.
- 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.MethodInfo
-
Returns the annotation instances declared on this method.
- 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.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.
- 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.
- 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.Kind - Enum in org.jboss.jandex
-
Specifies the kind of annotation value, which can be used to determine the underlying Java type.
- ANONYMOUS - org.jboss.jandex.ClassInfo.NestingType
-
An unnamed class enclosed within a code block
- args() - Method in class org.jboss.jandex.MethodInfo
-
Deprecated.
- arguments() - Method in class org.jboss.jandex.ParameterizedType
-
Returns the list of arguments passed to this Parameterized type.
- ARRAY - org.jboss.jandex.AnnotationValue.Kind
-
Indicates an array value
- ARRAY - org.jboss.jandex.Type.Kind
-
A Java array
- ArrayType - Class in org.jboss.jandex
-
Represents a Java array type declaration.
- 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.
- 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.
- 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.
- 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.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
-
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.
- 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.
- 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.
- 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.
- 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.
- 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.
- 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.
- 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.
- 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
-
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
B
- 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
- boundPosition() - Method in class org.jboss.jandex.TypeParameterBoundTypeTarget
-
Returns the index of the bound this type annotation is within.
- bounds() - Method in class org.jboss.jandex.TypeVariable
- 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
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
- 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
- classAnnotation(DotName) - Method in class org.jboss.jandex.ClassInfo
-
Returns the annotation with the specified name directly declared on this class.
- 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.
- 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
- ClassInfo - Class in org.jboss.jandex
-
Represents a class entry in an index.
- ClassInfo.EnclosingMethodInfo - Class in org.jboss.jandex
-
Provides information on the enclosing method or constructor for a local or anonymous class, if available.
- ClassInfo.NestingType - Enum in org.jboss.jandex
-
Describes the form of nesting used by a class
- ClassType - Class in org.jboss.jandex
-
Represents a standard raw class name.
- 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() - Method in class org.jboss.jandex.ArrayType
-
Returns the component type of the array.
- 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.
- constructors() - Method in class org.jboss.jandex.ClassInfo
-
Returns a list of all constructors declared in this class (which the JVM names "<init>").
- 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
D
- 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.
- defaultValue() - Method in class org.jboss.jandex.MethodInfo
-
Returns the default annotation value if this method represents an annotation member with a default value.
- 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.
- 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
E
- EMPTY - org.jboss.jandex.TypeTarget.Usage
-
Indicates a type annotation occurs within a field, method receiver, or method return type
- EMPTY_ARRAY - Static variable in class org.jboss.jandex.Type
- 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.
- 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() - 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.
- 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
- 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
-
Compares this annotation value to another annotation value, and returns true if equal.
- 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.MethodInfo
- 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.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
- exceptions() - Method in class org.jboss.jandex.MethodInfo
-
Returns the list of throwable classes declared to be thrown by this method.
- execute() - Method in class org.jboss.jandex.JandexAntTask
- exports() - 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
- FieldInfo - Class in org.jboss.jandex
-
Represents a field.
- fields() - Method in class org.jboss.jandex.ClassInfo
-
Returns a list of all available fields.
- firstMethod(String) - Method in class org.jboss.jandex.ClassInfo
-
Retrieves the "first" occurrence of a method by the given name.
- 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.MethodInfo
-
Returns the access fields of this method.
- 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
- fromOrdinal(int) - Static method in enum org.jboss.jandex.Type.Kind
G
- 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.
- 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
- 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.
- 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
- getUsages() - Method in class org.jboss.jandex.Result
H
- 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.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.RecordComponentInfo
-
Returns whether or not the annotation instance with the given name occurs on this field
- hasAnnotation(DotName) - Method in class org.jboss.jandex.Type
- hashCode() - Method in class org.jboss.jandex.AnnotationInstance
-
Returns a hash code representing this object.
- hashCode() - Method in class org.jboss.jandex.AnnotationValue
-
Computes a hash code for this annotation value.
- 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.MethodInfo
- 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.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
- 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
- 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.
- 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.
- indexClass(Class<?>) - Method in class org.jboss.jandex.Indexer
-
Analyze and index the class file data present in the passed class.
- 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
- 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.
- 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
- INNER - org.jboss.jandex.ClassInfo.NestingType
-
A named class enclosed by another class
- 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
- interfaceNames() - Method in class org.jboss.jandex.ClassInfo
-
Returns a list of names for all interfaces this class implements.
- interfaces() - Method in class org.jboss.jandex.ClassInfo
-
Deprecated.
- interfaceTypes() - Method in class org.jboss.jandex.ClassInfo
-
Returns the list of types in the implements clause of this class.
- isAnnotation() - Method in class org.jboss.jandex.ClassInfo
- isComponentized() - Method in class org.jboss.jandex.DotName
-
Returns whether this DotName is a componentized variant.
- 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.
- 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 ('$").
- 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
- isTransitive() - Method in class org.jboss.jandex.ModuleInfo.RequiredModuleInfo
- isVerbose() - Method in class org.jboss.jandex.JandexAntTask
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
- JarIndexer - Class in org.jboss.jandex
-
Class which contains utility methods to create an index for a jar file
K
- kind() - Method in interface org.jboss.jandex.AnnotationTarget
-
Returns the kind of object this target represents.
- kind() - Method in class org.jboss.jandex.AnnotationValue
-
Returns the kind of this value.
- 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
L
- 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
- 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
M
- 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.
- mainClass() - Method in class org.jboss.jandex.ModuleInfo
- 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
- MethodInfo - Class in org.jboss.jandex
-
Represents a Java method, constructor, or static initializer.
- MethodParameterInfo - Class in org.jboss.jandex
-
Represents an individual Java method parameter that was annotated.
- MethodParameterTypeTarget - Class in org.jboss.jandex
-
Represents a type annotation target which occurs within a method parameter type.
- methods() - Method in class org.jboss.jandex.ClassInfo
-
Returns a list of all methods declared in this class.
- module() - Method in class org.jboss.jandex.ClassInfo
-
Returns the module information from this class if it is a module descriptor, i.e.
- ModuleInfo - Class in org.jboss.jandex
-
Represents a module descriptor entry in an index.
- 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() - Method in class org.jboss.jandex.ModuleInfo
N
- 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.MethodInfo
-
Returns the name of this method
- 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.Type
-
Returns the raw name of this type.
- NESTED - org.jboss.jandex.AnnotationValue.Kind
-
Indicates a nested annotation value
- 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.
O
- 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.
- opens() - 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.
- 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() - Method in class org.jboss.jandex.ModuleInfo
- PARAMETERIZED_TYPE - org.jboss.jandex.Type.Kind
-
A generic parameterized type
- ParameterizedType - Class in org.jboss.jandex
-
Represents a generic parameterized type.
- parameterName(int) - Method in class org.jboss.jandex.MethodInfo
-
Returns the name of the given parameter.
- 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.MethodInfo
-
Returns a list containing the types of all parameters declared on this method, in parameter order.
- 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.
- prefix() - Method in class org.jboss.jandex.DotName
-
Returns the parent prefix for this DotName or null if there is none.
- primitive() - Method in class org.jboss.jandex.PrimitiveType
-
The type of primitive this primitive type represents
- 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.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.
- printSubclasses() - Method in class org.jboss.jandex.Index
-
Print all classes that have known subclasses, and all their subclasses
- providers() - Method in class org.jboss.jandex.ModuleInfo.ProvidedServiceInfo
- provides() - Method in class org.jboss.jandex.ModuleInfo
R
- read() - Method in class org.jboss.jandex.IndexReader
-
Read the index at the associated stream of this reader.
- receiverType() - Method in class org.jboss.jandex.MethodInfo
-
Returns the receiver type of this method (a declaration of the "this" reference), if specified.
- RECORD_COMPONENT - org.jboss.jandex.AnnotationTarget.Kind
-
An object of type
RecordComponentInfo
- recordComponent(String) - Method in class org.jboss.jandex.ClassInfo
-
Retrieves a record component by the given name.
- RecordComponentInfo - Class in org.jboss.jandex
-
Represents an individual Java record component that was annotated.
- recordComponents() - Method in class org.jboss.jandex.ClassInfo
-
Returns a list of all record components declared by this class.
- requires() - Method in class org.jboss.jandex.ModuleInfo
- Result - Class in org.jboss.jandex
-
The result from a jar indexing operation.
- returnType() - Method in class org.jboss.jandex.ClassInfo.EnclosingMethodInfo
-
Returns the return type of the method.
- returnType() - Method in class org.jboss.jandex.MethodInfo
-
Returns this method's return parameter type.
S
- service() - Method in class org.jboss.jandex.ModuleInfo.ProvidedServiceInfo
- setModify(boolean) - Method in class org.jboss.jandex.JandexAntTask
- setNewJar(boolean) - Method in class org.jboss.jandex.JandexAntTask
- setRun(boolean) - Method in class org.jboss.jandex.JandexAntTask
- 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
- 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.
- source() - Method in class org.jboss.jandex.ModuleInfo.ExportedPackageInfo
- source() - Method in class org.jboss.jandex.ModuleInfo.OpenedPackageInfo
- STRING - org.jboss.jandex.AnnotationValue.Kind
-
Indicates a Java String value
- superBound() - Method in class org.jboss.jandex.WildcardType
-
Returns the super (lower) bound of this wildcard.
- 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.
T
- 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() - Method in class org.jboss.jandex.ModuleInfo.ExportedPackageInfo
- targets() - Method in class org.jboss.jandex.ModuleInfo.OpenedPackageInfo
- THROWS - org.jboss.jandex.TypeTarget.Usage
-
Indicates a type annotation occurs within the throws clause of a method
- ThrowsTypeTarget - Class in org.jboss.jandex
-
Represents a type annotation target which occurs within a throwable type on a method.
- TOP_LEVEL - org.jboss.jandex.ClassInfo.NestingType
-
A standard class declared within its own source unit
- toString() - Method in class org.jboss.jandex.AnnotationInstance
-
Returns a string representation for this annotation instance.
- 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.MethodInfo
-
Returns a string representation describing this field.
- 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.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(char) - Method in class org.jboss.jandex.DotName
- type() - Method in class org.jboss.jandex.FieldInfo
-
Returns the
Type
declared on this field. - type() - Method in class org.jboss.jandex.RecordComponentInfo
-
Returns the type of this record component.
- Type - Class in org.jboss.jandex
-
Represents a Java type declaration usage that is specified on methods, fields, classes, annotations, or other types.
- 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_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.
- TypeParameterBoundTypeTarget - Class in org.jboss.jandex
-
Represents a type annotation target which occurs within a bound of type parameter type.
- 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.MethodInfo
-
Returns the generic type parameters defined by this method.
- TypeParameterTypeTarget - Class in org.jboss.jandex
-
Represents a type annotation target which occurs within a type parameter type.
- TypeTarget - Class in org.jboss.jandex
-
Represents a type that is the target of a type annotation.
- 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.
U
- UNKNOWN - org.jboss.jandex.AnnotationValue.Kind
-
Indicates the value type is unknown
- 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.
- 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
- 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.
- uses() - Method in class org.jboss.jandex.ModuleInfo
V
- 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
-
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.
- 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.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() - 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.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.
- 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
- VoidType - Class in org.jboss.jandex
-
Specifies "void" in a method signature.
W
- WILDCARD_TYPE - org.jboss.jandex.Type.Kind
-
A generic wildcard type.
- WildcardType - Class in org.jboss.jandex
-
Represents a generic wildcard.
- withoutPackagePrefix() - Method in class org.jboss.jandex.DotName
-
Returns the portion of this DotName that does not contain a package prefix.
- 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.
All Classes All Packages