Uses of Interface
org.jboss.jandex.IndexView
-
Uses of IndexView in org.jboss.jandex
Classes in org.jboss.jandex that implement IndexViewModifier and TypeClassDescriptionclass
Composite annotation index.final class
An index useful for quickly processing annotations.Fields in org.jboss.jandex with type parameters of type IndexViewModifier and TypeFieldDescription(package private) final Collection
<IndexView> CompositeIndex.indexes
Methods in org.jboss.jandex with parameters of type IndexViewModifier and TypeMethodDescriptionfinal List
<AnnotationInstance> FieldInfo.annotationsWithRepeatable
(DotName name, IndexView index) Retrieves annotation instances declared on this field, by the name of the annotation.final List
<AnnotationInstance> MethodInfo.annotationsWithRepeatable
(DotName name, IndexView index) Retrieves annotations declared on this method, by the name of the annotation.final List
<AnnotationInstance> ModuleInfo.annotationsWithRepeatable
(DotName name, IndexView index) final List
<AnnotationInstance> RecordComponentInfo.annotationsWithRepeatable
(DotName name, IndexView index) Retrieves annotation instances declared on this field, by the name of the annotation.final List
<AnnotationInstance> ClassInfo.classAnnotationsWithRepeatable
(DotName name, IndexView index) Retrieves annotation instances declared on this class, by the name of the annotation.static CompositeIndex
CompositeIndex.getAnnotationsWithRepeatable
(DotName annotationName, IndexView index) Obtains a list of instances for the specified annotation.Index.getAnnotationsWithRepeatable
(DotName annotationName, IndexView index) Obtains a list of instances for the specified annotation.IndexView.getAnnotationsWithRepeatable
(DotName annotationName, IndexView index) Obtains a list of instances for the specified annotation.AnnotationInstance.valuesWithDefaults
(IndexView index) Returns a list of all parameter values on this annotation instance, including default values id defined.AnnotationInstance.valueWithDefault
(IndexView index) Returns the value that is associated with the special default "value" parameter, also accounting for a value default.AnnotationInstance.valueWithDefault
(IndexView index, String name) Returns a value that corresponds with the specified parameter name, accounting for its default value.Method parameters in org.jboss.jandex with type arguments of type IndexViewModifier and TypeMethodDescriptionstatic CompositeIndex
CompositeIndex.create
(Collection<IndexView> indexes) Constructor parameters in org.jboss.jandex with type arguments of type IndexView