- addFileset(FileSet) - Method in class org.jboss.jandex.JandexAntTask
-
- 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
-
- AnnotationTarget - Interface in org.jboss.jandex
-
Represents an object that can be a target of an annotation.
- AnnotationValue - Class in org.jboss.jandex
-
An annotation value represents a specific name and value combination in the
parameter list of an annotation instance.
- args() - Method in class org.jboss.jandex.MethodInfo
-
Returns an array containing parameter types in parameter order.
- 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 class org.jboss.jandex.AnnotationValue
-
Returns the class name, in
Type
form, that represents a Java
Class used by this value.
- asClassArray() - Method in class org.jboss.jandex.AnnotationValue
-
Returns an array of class types representing the underlying class array value.
- 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.
- 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.
- 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.
- 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.
- 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.
- 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
-
- getIndex() - Method in class org.jboss.jandex.Result
-
- 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
-