- addFileset(FileSet) - Method in class org.jboss.jandex.JandexAntTask
-
- 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.
- 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.Type
-
Returns the list of annotations declared on this type's usage.
- 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.
- 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.
- 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
-
- 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 kind CLASS
- 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.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
-
- 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 kind FIELD
- 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.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 kind METHOD
- 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.TypeTarget
-
- asMethodParameter() - Method in interface org.jboss.jandex.AnnotationTarget
-
Casts and returns this target as a MethodParameterInfo
if it is of kind METHOD_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.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
-
- asPrimitiveType() - Method in class org.jboss.jandex.PrimitiveType
-
- asPrimitiveType() - Method in class org.jboss.jandex.Type
-
- 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 kind TYPE
- 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.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
-
- asTypeVariable() - Method in class org.jboss.jandex.TypeVariable
-
- asUnresolvedTypeVariable() - Method in class org.jboss.jandex.Type
-
- asUnresolvedTypeVariable() - Method in class org.jboss.jandex.UnresolvedTypeVariable
-
- asVoidType() - Method in class org.jboss.jandex.Type
-
- asVoidType() - Method in class org.jboss.jandex.VoidType
-
- asWildcardType() - Method in class org.jboss.jandex.Type
-
- asWildcardType() - Method in class org.jboss.jandex.WildcardType
-
- CHAR - Static variable in class org.jboss.jandex.PrimitiveType
-
- classAnnotations() - Method in class org.jboss.jandex.ClassInfo
-
Returns a list of all annotations directly declared on this class.
- 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 another DotName
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.
- create(DotName, AnnotationTarget, AnnotationValue[]) - Static method in class org.jboss.jandex.AnnotationInstance
-
Construct a new mock annotation instance.
- create(DotName, AnnotationTarget, List<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(Collection<IndexView>) - Static method in class org.jboss.jandex.CompositeIndex
-
- create(IndexView...) - Static method in class org.jboss.jandex.CompositeIndex
-
- create(ClassInfo, String, Type, short) - Static method in class org.jboss.jandex.FieldInfo
-
Construct a new mock Field instance.
- 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(ClassInfo, String, Type[], Type, short) - Static method in class org.jboss.jandex.MethodInfo
-
Construct a new mock Method instance.
- create(MethodInfo, short) - Static method in class org.jboss.jandex.MethodParameterInfo
-
Constructs a new mock method parameter info
- create(DotName, Type.Kind) - Static method in class org.jboss.jandex.Type
-
Creates a type instance of the specified kind.
- 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.
- createDouleValue(String, double) - Static method in class org.jboss.jandex.AnnotationValue
-
- 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, File, 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, 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
-
- 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
-
- 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.
- 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.ParameterizedType
-
- equals(Object) - Method in class org.jboss.jandex.PrimitiveType
-
- 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
-
- extendsBound() - Method in class org.jboss.jandex.WildcardType
-
Returns the extends (upper) bound of this wildcard.
- 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(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.
- getAnnotations() - Method in class org.jboss.jandex.Result
-
- 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.
- getName() - Method in class org.jboss.jandex.Result
-
- getOutputFile() - Method in class org.jboss.jandex.Result
-
- 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 - Class in org.jboss.jandex
-
An index useful for quickly processing annotations.
- index(InputStream) - Method in class org.jboss.jandex.Indexer
-
Analyze and index the class file data present in the passed input stream.
- 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
- INT - Static variable in class org.jboss.jandex.PrimitiveType
-
- 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.
- isComponentized() - Method in class org.jboss.jandex.DotName
-
Returns whether this DotName is a componentized variant.
- isInner() - Method in class org.jboss.jandex.DotName
-
Returns whether the local portion of this DotName represents an inner class.
- isModify() - Method in class org.jboss.jandex.JandexAntTask
-
- isNewJar() - Method in class org.jboss.jandex.JandexAntTask
-
- isReceiver() - Method in class org.jboss.jandex.EmptyTypeTarget
-
Returns whether the type occurs within a method receiver (the "this" reference the method receives).
- isRun() - Method in class org.jboss.jandex.JandexAntTask
-
- isVerbose() - Method in class org.jboss.jandex.JandexAntTask
-
- ParameterizedType - Class in org.jboss.jandex
-
Represents a generic parameterized type.
- 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
- 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
- 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.
- ThrowsTypeTarget - Class in org.jboss.jandex
-
Represents a type annotation target which occurs within a throwable type on a method.
- toString(boolean) - Method in class org.jboss.jandex.AnnotationInstance
-
Returns an optionally simplified string that represents this annotation instance.
- 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(char) - Method in class org.jboss.jandex.DotName
-
- 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.ParameterizedType
-
- 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
-
- type() - Method in class org.jboss.jandex.FieldInfo
-
Returns the Type
declared on this field.
- Type - Class in org.jboss.jandex
-
Represents a Java type declaration usage that is specified on methods, fields, classes,
annotations, or other types.
- 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.
- value(String) - Method in class org.jboss.jandex.AnnotationInstance
-
Returns a value that corresponds with the specified parameter name.
- 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.
- 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.
- VoidType - Class in org.jboss.jandex
-
Specifies "void" in a method signature.