| Modifier and Type | Field and Description |
|---|---|
protected AnnotationLiteralProcessor |
BeanGenerator.annotationLiterals |
| Modifier and Type | Method and Description |
|---|---|
AnnotationLiteralProcessor |
BeanProcessor.getAnnotationLiteralProcessor() |
| Modifier and Type | Method and Description |
|---|---|
protected void |
BeanGenerator.createConstructor(io.quarkus.gizmo.ClassOutput classOutput,
io.quarkus.gizmo.ClassCreator beanCreator,
BeanInfo bean,
String baseName,
Map<InjectionPointInfo,String> injectionPointToProviderField,
Map<InterceptorInfo,String> interceptorToProviderField,
AnnotationLiteralProcessor annotationLiterals,
ReflectionRegistration reflectionRegistration) |
protected void |
ObserverGenerator.createConstructor(io.quarkus.gizmo.ClassOutput classOutput,
io.quarkus.gizmo.ClassCreator observerCreator,
ObserverInfo observer,
String baseName,
Map<InjectionPointInfo,String> injectionPointToProviderField,
AnnotationLiteralProcessor annotationLiterals,
ReflectionRegistration reflectionRegistration) |
protected io.quarkus.gizmo.MethodCreator |
BeanGenerator.initConstructor(io.quarkus.gizmo.ClassOutput classOutput,
io.quarkus.gizmo.ClassCreator beanCreator,
BeanInfo bean,
String baseName,
Map<InjectionPointInfo,String> injectionPointToProviderField,
Map<InterceptorInfo,String> interceptorToProviderField,
AnnotationLiteralProcessor annotationLiterals,
ReflectionRegistration reflectionRegistration) |
| Constructor and Description |
|---|
BeanGenerator(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) |
ComponentsProviderGenerator(AnnotationLiteralProcessor annotationLiterals,
boolean generateSources,
boolean detectUnusedFalsePositives) |
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) |
SubclassGenerator(AnnotationLiteralProcessor annotationLiterals,
Predicate<org.jboss.jandex.DotName> applicationClassPredicate,
boolean generateSources,
ReflectionRegistration reflectionRegistration,
Set<String> existingClasses) |
Copyright © 2021 JBoss by Red Hat. All rights reserved.