Skip navigation links
Java Annotation Indexer 2.0.2.Final
A B C D E F G H I J K L M N O P R S T U V W 

A

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
Casts this type to an ArrayType and returns it if the kind is Type.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 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
Casts this type to a ClassType and returns it if the kind is Type.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 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
Casts this type to a ParameterizedType and returns it if the kind is Type.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 is Type.Kind.PRIMITIVE Throws an exception otherwise.
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
Casts this type to a ParameterizedType and returns it if the kind is Type.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 is Type.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 is Type.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 is Type.Kind.WILDCARD_TYPE Throws an exception otherwise.
asWildcardType() - Method in class org.jboss.jandex.WildcardType
 

B

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 - Static variable in class org.jboss.jandex.PrimitiveType
 

C

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
 

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
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 - Static variable in class org.jboss.jandex.PrimitiveType
 

E

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.

F

field(String) - Method in class org.jboss.jandex.ClassInfo
Retrieves a field by the given name.
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.
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(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
 

H

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
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.ParameterizedType
 
hashCode() - Method in class org.jboss.jandex.PrimitiveType
 
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 - 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
 

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.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.
LONG - Static variable in class org.jboss.jandex.PrimitiveType
 

M

Main - Class in org.jboss.jandex
Responsible for launching the indexing tool on a java command line.
main(String[]) - Static method in class org.jboss.jandex.Main
 
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() - Method in class org.jboss.jandex.MethodParameterInfo
Returns the method this parameter belongs to.
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.

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.Type
Returns the raw name of this type.
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
 
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

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

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.
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

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 - 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.
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.
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.

U

UnresolvedTypeVariable - Class in org.jboss.jandex
Represents a type variable that could not be resolved during indexing.
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.

V

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.

W

WildcardType - Class in org.jboss.jandex
Represents a generic wildcard.
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.
A B C D E F G H I J K L M N O P R S T U V W 
Skip navigation links

Copyright © 2018 JBoss by Red Hat. All rights reserved.