Uses of Class
io.quarkus.arc.processor.AnnotationLiteralProcessor
Packages that use AnnotationLiteralProcessor
-
Uses of AnnotationLiteralProcessor in io.quarkus.arc.processor
Fields in io.quarkus.arc.processor declared as AnnotationLiteralProcessorModifier and TypeFieldDescriptionprotected final AnnotationLiteralProcessorBeanGenerator.annotationLiteralsMethods in io.quarkus.arc.processor that return AnnotationLiteralProcessorModifier and TypeMethodDescriptionBuiltinBean.GeneratorContext.annotationLiterals()Returns the value of theannotationLiteralsrecord component.BeanProcessor.getAnnotationLiteralProcessor()Methods in io.quarkus.arc.processor with parameters of type AnnotationLiteralProcessorModifier and TypeMethodDescriptionstatic io.quarkus.gizmo2.VarBeanGenerator.collectInjectionPointAnnotations(BeanDeployment beanDeployment, io.quarkus.gizmo2.creator.BlockCreator bc, InjectionPointInfo injectionPoint, AnnotationLiteralProcessor annotationLiterals, Predicate<org.jboss.jandex.DotName> injectionPointAnnotationsPredicate) static io.quarkus.gizmo2.VarBeanGenerator.collectInjectionPointQualifiers(BeanDeployment beanDeployment, io.quarkus.gizmo2.creator.BlockCreator bc, InjectionPointInfo injectionPoint, AnnotationLiteralProcessor annotationLiterals) static io.quarkus.gizmo2.VarBeanGenerator.collectQualifiers(BeanDeployment beanDeployment, io.quarkus.gizmo2.creator.BlockCreator bc, AnnotationLiteralProcessor annotationLiterals, Set<org.jboss.jandex.AnnotationInstance> qualifiers) Constructors in io.quarkus.arc.processor with parameters of type AnnotationLiteralProcessorModifierConstructorDescriptionBeanGenerator(AnnotationLiteralProcessor annotationLiterals, Predicate<org.jboss.jandex.DotName> applicationClassPredicate, io.quarkus.arc.processor.BeanProcessor.PrivateMembersCollector privateMembers, boolean generateSources, ReflectionRegistration reflectionRegistration, Set<String> existingClasses, Map<BeanInfo, String> beanToGeneratedName, Predicate<org.jboss.jandex.DotName> injectionPointAnnotationsPredicate, List<Function<BeanInfo, Consumer<io.quarkus.gizmo2.creator.BlockCreator>>> suppressConditionGenerators) ComponentsProviderGenerator(AnnotationLiteralProcessor annotationLiterals, boolean generateSources, boolean detectUnusedFalsePositives) DecoratorGenerator(AnnotationLiteralProcessor annotationLiterals, Predicate<org.jboss.jandex.DotName> applicationClassPredicate, io.quarkus.arc.processor.BeanProcessor.PrivateMembersCollector privateMembers, boolean generateSources, ReflectionRegistration reflectionRegistration, Set<String> existingClasses, Map<BeanInfo, String> beanToGeneratedName, Predicate<org.jboss.jandex.DotName> injectionPointAnnotationsPredicate) GeneratorContext(BeanDeployment beanDeployment, InjectionTargetInfo injectionTarget, InjectionPointInfo injectionPoint, io.quarkus.gizmo2.creator.ClassCreator clazzCreator, io.quarkus.gizmo2.creator.BlockCreator constructor, io.quarkus.gizmo2.desc.FieldDesc providerField, AnnotationLiteralProcessor annotationLiterals, ReflectionRegistration reflectionRegistration, Predicate<org.jboss.jandex.DotName> injectionPointAnnotationsPredicate, io.quarkus.gizmo2.ParamVar declaringBeanSupplier) Creates an instance of aGeneratorContextrecord class.InterceptorGenerator(AnnotationLiteralProcessor annotationLiterals, Predicate<org.jboss.jandex.DotName> applicationClassPredicate, io.quarkus.arc.processor.BeanProcessor.PrivateMembersCollector privateMembers, boolean generateSources, ReflectionRegistration reflectionRegistration, Set<String> existingClasses, Map<BeanInfo, String> beanToGeneratedName, Predicate<org.jboss.jandex.DotName> injectionPointAnnotationsPredicate) ObserverGenerator(AnnotationLiteralProcessor annotationLiterals, Predicate<org.jboss.jandex.DotName> applicationClassPredicate, io.quarkus.arc.processor.BeanProcessor.PrivateMembersCollector privateMembers, boolean generateSources, ReflectionRegistration reflectionRegistration, Set<String> existingClasses, Map<ObserverInfo, String> observerToGeneratedName, Predicate<org.jboss.jandex.DotName> injectionPointAnnotationsPredicate, boolean mockable)