- generateResources(ReflectionRegistration, Set<String>, Consumer<BytecodeTransformer>, boolean) - Method in class io.quarkus.arc.processor.BeanProcessor
-
- get(BuildExtension.Key<V>) - Method in interface io.quarkus.arc.processor.BuildExtension.BuildContext
-
- GET_IDENTIFIER - Static variable in class io.quarkus.arc.processor.MethodDescriptors
-
- getAdditionalQualifiers() - Method in interface io.quarkus.arc.processor.QualifierRegistrar
-
Returns a map of additional qualifers where the key represents the annotation type and the value is an optional set of
non-binding members.
- getAllAnnotations() - Method in interface io.quarkus.arc.processor.InjectionPointsTransformer.TransformationContext
-
Retrieves all annotations attached to the AnnotationTarget that this transformer operates on
even if they were altered by AnnotationsTransformer.
- getAllAnnotations() - Method in interface io.quarkus.arc.processor.ObserverTransformer.TransformationContext
-
Retrieves all annotations declared on the observer method.
- getAllInjectionPoints() - Method in class io.quarkus.arc.processor.BeanInfo
-
- getAllInjectionPoints() - Method in class io.quarkus.arc.processor.DisposerInfo
-
- getAlternativePriority() - Method in class io.quarkus.arc.processor.BeanInfo
-
- getAlternativePriority() - Method in class io.quarkus.arc.processor.StereotypeInfo
-
- getAnnotation(AnnotationTarget, DotName) - Method in class io.quarkus.arc.processor.AnnotationStore
-
- getAnnotation() - Method in class io.quarkus.arc.processor.BeanDefiningAnnotation
-
- getAnnotation(AnnotationTarget, DotName) - Method in class io.quarkus.arc.processor.BeanDeployment
-
- getAnnotationLiteralProcessor() - Method in class io.quarkus.arc.processor.BeanProcessor
-
- getAnnotations(AnnotationTarget.Kind, Collection<AnnotationInstance>) - Static method in class io.quarkus.arc.processor.Annotations
-
- getAnnotations(AnnotationTarget.Kind, DotName, Collection<AnnotationInstance>) - Static method in class io.quarkus.arc.processor.Annotations
-
- getAnnotations(AnnotationTarget) - Method in class io.quarkus.arc.processor.AnnotationStore
-
- getAnnotations() - Method in interface io.quarkus.arc.processor.AnnotationsTransformer.TransformationContext
-
The initial set of annotations instances corresponds to ClassInfo.classAnnotations(),
FieldInfo.annotations() and MethodInfo.annotations() respectively.
- getAnnotations(AnnotationTarget) - Method in class io.quarkus.arc.processor.BeanDeployment
-
- getApplicationIndex() - Method in class io.quarkus.arc.processor.BeanDeployment
-
This index is optional and is used to discover types during type-safe resolution.
- getBeanArchiveIndex() - Method in class io.quarkus.arc.processor.BeanDeployment
-
This index was used to discover components (beans, interceptors, qualifiers, etc.) and during type-safe resolution.
- getBeanClass() - Method in class io.quarkus.arc.processor.BeanInfo
-
- getBeanClass() - Method in class io.quarkus.arc.processor.ObserverInfo
-
- getBeanDeployment() - Method in class io.quarkus.arc.processor.BeanProcessor
-
- getBeanResolver() - Method in class io.quarkus.arc.processor.BeanDeployment
-
- getBeans() - Method in class io.quarkus.arc.processor.BeanDeployment
-
- getBindings() - Method in class io.quarkus.arc.processor.InterceptorInfo
-
- getClassToTransform() - Method in class io.quarkus.arc.processor.BytecodeTransformer
-
- getData() - Method in interface io.quarkus.arc.processor.ResourceOutput.Resource
-
- getDeclaringBean() - Method in class io.quarkus.arc.processor.BeanInfo
-
- getDeclaringBean() - Method in class io.quarkus.arc.processor.DisposerInfo
-
- getDeclaringBean() - Method in class io.quarkus.arc.processor.ObserverInfo
-
- getDefaultScope() - Method in class io.quarkus.arc.processor.BeanDefiningAnnotation
-
- getDefaultScope() - Method in class io.quarkus.arc.processor.StereotypeInfo
-
- getDeploymentProblems() - Method in interface io.quarkus.arc.processor.BeanDeploymentValidator.ValidationContext
-
- getDisposedParameter() - Method in class io.quarkus.arc.processor.DisposerInfo
-
- getDisposer() - Method in class io.quarkus.arc.processor.BeanInfo
-
- getDisposerMethod() - Method in class io.quarkus.arc.processor.DisposerInfo
-
- getDotName() - Method in class io.quarkus.arc.processor.ScopeInfo
-
- getEventParameter() - Method in class io.quarkus.arc.processor.ObserverInfo
-
- getFullyQualifiedName() - Method in interface io.quarkus.arc.processor.ResourceOutput.Resource
-
com.foo.MyBean
- getId() - Method in class io.quarkus.arc.processor.ObserverInfo
-
A unique identifier should be used for multiple synthetic observer methods with the same
attributes (including the bean class).
- getIdentifier() - Method in class io.quarkus.arc.processor.BeanInfo
-
- getImplClazz() - Method in class io.quarkus.arc.processor.BeanInfo
-
- getInfo() - Method in enum io.quarkus.arc.processor.BuiltinScope
-
- getInjectionPoints() - Method in class io.quarkus.arc.processor.BeanDeployment
-
- getInjectionPoints() - Method in interface io.quarkus.arc.processor.BeanDeploymentValidator.ValidationContext
-
- getInterceptorBindings() - Method in class io.quarkus.arc.processor.BeanDeployment
-
- getInterceptorBindings() - Method in class io.quarkus.arc.processor.StereotypeInfo
-
- getInterceptorNonbindingMembers(DotName) - Method in class io.quarkus.arc.processor.BeanDeployment
-
- getInterceptorResolver() - Method in class io.quarkus.arc.processor.BeanDeployment
-
- getInterceptors() - Method in class io.quarkus.arc.processor.BeanDeployment
-
- getMethod() - Method in interface io.quarkus.arc.processor.ObserverTransformer.TransformationContext
-
- getName() - Method in class io.quarkus.arc.processor.BeanInfo
-
- getName() - Method in enum io.quarkus.arc.processor.BuiltinScope
-
- getName() - Method in interface io.quarkus.arc.processor.ResourceOutput.Resource
-
com/foo/MyBean
com/foo/MyBean$Bar
io.quarkus.arc.BeanProvider
- getName() - Method in class io.quarkus.arc.processor.StereotypeInfo
-
- getObservedType() - Method in class io.quarkus.arc.processor.ObserverInfo
-
- getObservedType() - Method in interface io.quarkus.arc.processor.ObserverTransformer.TransformationContext
-
- getObserverMethod() - Method in class io.quarkus.arc.processor.ObserverInfo
-
- getObservers() - Method in class io.quarkus.arc.processor.BeanDeployment
-
- getParameterAnnotation(MethodInfo, DotName) - Static method in class io.quarkus.arc.processor.Annotations
-
Iterates over all annotations on a method and its parameters, filters out all non-parameter annotations
and returns a first encountered AnnotationInstance with Annotation specified as DotName.
- getParameterAnnotations(Collection<AnnotationInstance>) - Static method in class io.quarkus.arc.processor.Annotations
-
- getParameterAnnotations(BeanDeployment, MethodInfo, int) - Static method in class io.quarkus.arc.processor.Annotations
-
- getParameterAnnotations(Function<AnnotationTarget, Collection<AnnotationInstance>>, MethodInfo, int) - Static method in class io.quarkus.arc.processor.Annotations
-
- getParameterizedType(BytecodeCreator, ResultHandle, ParameterizedType) - Static method in class io.quarkus.arc.processor.Types
-
- getPosition() - Method in class io.quarkus.arc.processor.InjectionPointInfo
-
- getPriority() - Method in interface io.quarkus.arc.processor.BuildExtension
-
Processors with higher priority are called first.
- getPriority() - Method in class io.quarkus.arc.processor.InterceptorInfo
-
- getPriority() - Method in class io.quarkus.arc.processor.ObserverInfo
-
- getProviderType() - Method in class io.quarkus.arc.processor.BeanInfo
-
- getQualifierNonbindingMembers(DotName) - Method in class io.quarkus.arc.processor.BeanDeployment
-
- getQualifiers() - Method in class io.quarkus.arc.processor.BeanDeployment
-
- getQualifiers() - Method in class io.quarkus.arc.processor.BeanInfo
-
- getQualifiers() - Method in interface io.quarkus.arc.processor.InjectionPointsTransformer.TransformationContext
-
Returns current set of annotations instances - qualifiers.
- getQualifiers() - Method in class io.quarkus.arc.processor.ObserverInfo
-
- getQualifiers() - Method in interface io.quarkus.arc.processor.ObserverTransformer.TransformationContext
-
- getReception() - Method in class io.quarkus.arc.processor.ObserverInfo
-
- getReception() - Method in interface io.quarkus.arc.processor.ObserverTransformer.TransformationContext
-
- getRemovedBeans() - Method in class io.quarkus.arc.processor.BeanDeployment
-
- getRequiredQualifier(DotName) - Method in class io.quarkus.arc.processor.InjectionPointInfo
-
- getRequiredQualifiers() - Method in class io.quarkus.arc.processor.InjectionPointInfo
-
- getRequiredType() - Method in class io.quarkus.arc.processor.InjectionPointInfo
-
- getScope() - Method in class io.quarkus.arc.processor.BeanInfo
-
- getSignature(MethodInfo) - Static method in class io.quarkus.arc.processor.AsmUtilCopy
-
Returns the Java bytecode signature of a given Jandex MethodInfo with no type argument mappings.
- getSignature(MethodInfo, Function<TypeVariable, Type>) - Static method in class io.quarkus.arc.processor.AsmUtilCopy
-
Returns the Java bytecode signature of a given Jandex MethodInfo using the given type argument mappings.
- getSignature(ClassInfo) - Static method in class io.quarkus.arc.processor.AsmUtilCopy
-
Returns the Java bytecode signature of a given Jandex Class using the given type argument mappings.
- getSignature(ClassInfo, Function<TypeVariable, Type>) - Static method in class io.quarkus.arc.processor.AsmUtilCopy
-
Returns the Java bytecode signature of a given Jandex Class using the given type argument mappings.
- getSource() - Method in interface io.quarkus.arc.processor.ResourceOutput.Resource
-
- getSourceWriter(String) - Method in class io.quarkus.arc.processor.ResourceClassOutput
-
- getSpecialType() - Method in interface io.quarkus.arc.processor.ResourceOutput.Resource
-
- getStereotypes() - Method in class io.quarkus.arc.processor.BeanDeployment
-
- getStereotypes() - Method in class io.quarkus.arc.processor.BeanInfo
-
- getTarget() - Method in interface io.quarkus.arc.processor.AnnotationsTransformer.TransformationContext
-
- getTarget() - Method in class io.quarkus.arc.processor.BeanInfo
-
- getTarget() - Method in class io.quarkus.arc.processor.Injection
-
- getTarget() - Method in class io.quarkus.arc.processor.InjectionPointInfo
-
For injected params, this method returns the corresponding method and not the param itself.
- getTarget() - Method in interface io.quarkus.arc.processor.InjectionPointsTransformer.TransformationContext
-
Returns AnnotationTarget representing this injection point.
- getTarget() - Method in class io.quarkus.arc.processor.StereotypeInfo
-
- getTargetInfo() - Method in class io.quarkus.arc.processor.InjectionPointInfo
-
- getTransactionPhase() - Method in class io.quarkus.arc.processor.ObserverInfo
-
- getTransactionPhase() - Method in interface io.quarkus.arc.processor.ObserverTransformer.TransformationContext
-
- getType() - Method in class io.quarkus.arc.processor.BeanInfo
-
- getType() - Method in interface io.quarkus.arc.processor.ResourceOutput.Resource
-
- getTypes() - Method in class io.quarkus.arc.processor.BeanInfo
-
- getVisitorFunction() - Method in class io.quarkus.arc.processor.BytecodeTransformer
-