java.util.List<AnnotationInstance> |
FieldInfo.annotationsWithRepeatable(DotName name,
IndexView index) |
Retrieves annotation instances declared on this field, by the name of the annotation.
|
java.util.List<AnnotationInstance> |
MethodInfo.annotationsWithRepeatable(DotName name,
IndexView index) |
Retrieves annotations declared on this method, by the name of the annotation.
|
java.util.List<AnnotationInstance> |
ModuleInfo.annotationsWithRepeatable(DotName name,
IndexView index) |
|
java.util.List<AnnotationInstance> |
RecordComponentInfo.annotationsWithRepeatable(DotName name,
IndexView index) |
Retrieves annotation instances declared on this field, by the name of the annotation.
|
java.util.List<AnnotationInstance> |
ClassInfo.classAnnotationsWithRepeatable(DotName name,
IndexView index) |
Retrieves annotation instances declared on this class, by the name of the annotation.
|
static CompositeIndex |
CompositeIndex.create(IndexView... indexes) |
|
java.util.Collection<AnnotationInstance> |
CompositeIndex.getAnnotationsWithRepeatable(DotName annotationName,
IndexView index) |
Obtains a list of instances for the specified annotation.
|
java.util.Collection<AnnotationInstance> |
Index.getAnnotationsWithRepeatable(DotName annotationName,
IndexView index) |
Obtains a list of instances for the specified annotation.
|
java.util.Collection<AnnotationInstance> |
IndexView.getAnnotationsWithRepeatable(DotName annotationName,
IndexView index) |
Obtains a list of instances for the specified annotation.
|
java.util.List<AnnotationValue> |
AnnotationInstance.valuesWithDefaults(IndexView index) |
Returns a list of all parameter values on this annotation instance,
including default values id defined.
|
AnnotationValue |
AnnotationInstance.valueWithDefault(IndexView index) |
Returns the value that is associated with the special default "value"
parameter, also accounting for a value default.
|
AnnotationValue |
AnnotationInstance.valueWithDefault(IndexView index,
java.lang.String name) |
Returns a value that corresponds with the specified parameter name,
accounting for its default value.
|