Uses of Interface
org.jboss.jandex.IndexView
-
Uses of IndexView in org.jboss.jandex
Classes in org.jboss.jandex that implement IndexViewModifier and TypeClassDescriptionclassComposite annotation index.final classAn index useful for quickly processing annotations.Methods in org.jboss.jandex with parameters of type IndexViewModifier and TypeMethodDescriptiondefault Collection<AnnotationInstance>AnnotationTarget.annotationsWithRepeatable(Class<? extends Annotation> clazz, IndexView index) Returns the annotation instances of given type declared on this annotation target and nested annotation targets.default Collection<AnnotationInstance>AnnotationTarget.annotationsWithRepeatable(String name, IndexView index) Returns the annotation instances with given name declared on this annotation target and nested annotation targets.AnnotationTarget.annotationsWithRepeatable(DotName name, IndexView index) Returns the annotation instances with given name declared on this annotation target and nested annotation targets.final List<AnnotationInstance>ClassInfo.annotationsWithRepeatable(DotName name, IndexView index) Returns the annotation instances with given name declared on this class, any of its members, or any type within the signature of the class or its members.final List<AnnotationInstance>FieldInfo.annotationsWithRepeatable(DotName name, IndexView index) Returns the annotation instances with given name declared on this field or any type within its signature.final List<AnnotationInstance>MethodInfo.annotationsWithRepeatable(DotName name, IndexView index) Returns the annotation instances with given name declared on this method, any of its parameters or any type within its signature.MethodParameterInfo.annotationsWithRepeatable(DotName name, IndexView index) Returns the annotation instances with given name declared on this method parameter or any type within its signature.final List<AnnotationInstance>ModuleInfo.annotationsWithRepeatable(DotName name, IndexView index) final List<AnnotationInstance>RecordComponentInfo.annotationsWithRepeatable(DotName name, IndexView index) Returns the annotation instances with given name declared on this record component or any type within its signature.final List<AnnotationInstance>Type.annotationsWithRepeatable(DotName name, IndexView index) Returns the annotation instances with given name declared on this type usage.TypeTarget.annotationsWithRepeatable(DotName name, IndexView index) Returns the annotation instances with given name declared on this type usage.final List<AnnotationInstance>ClassInfo.classAnnotationsWithRepeatable(DotName name, IndexView index) Deprecated.static CompositeIndexdefault Collection<AnnotationInstance>AnnotationTarget.declaredAnnotationsWithRepeatable(Class<? extends Annotation> clazz, IndexView index) Returns the annotation instances of given type declared on this annotation target.default Collection<AnnotationInstance>AnnotationTarget.declaredAnnotationsWithRepeatable(String name, IndexView index) Returns the annotation instances with given name declared on this annotation target.AnnotationTarget.declaredAnnotationsWithRepeatable(DotName name, IndexView index) Returns the annotation instances with given name declared on this annotation target.final List<AnnotationInstance>ClassInfo.declaredAnnotationsWithRepeatable(DotName name, IndexView index) Returns the annotation instances with given name declared on this class.final List<AnnotationInstance>FieldInfo.declaredAnnotationsWithRepeatable(DotName name, IndexView index) Returns the annotation instances with given name declared on this field.MethodInfo.declaredAnnotationsWithRepeatable(DotName name, IndexView index) Returns the annotation instances with given name declared on this method.MethodParameterInfo.declaredAnnotationsWithRepeatable(DotName name, IndexView index) Returns the annotation instances with given name declared on this method parameter.final List<AnnotationInstance>RecordComponentInfo.declaredAnnotationsWithRepeatable(DotName name, IndexView index) Returns the annotation instances with given name declared on this record component.TypeTarget.declaredAnnotationsWithRepeatable(DotName name, IndexView index) Returns the annotation instances with given name declared on this type usage.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.default Collection<AnnotationInstance>IndexView.getAnnotationsWithRepeatable(Class<?> annotationType, IndexView index) Obtains a list of instances for the specified annotation.default Collection<AnnotationInstance>IndexView.getAnnotationsWithRepeatable(String 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 CompositeIndexCompositeIndex.create(Collection<IndexView> indexes)
ClassInfo.declaredAnnotationsWithRepeatable(DotName, IndexView)