| Modifier and Type | Method and Description |
|---|---|
Collection<InterceptorInfo> |
BeanDeployment.getInterceptors() |
List<InterceptorInfo> |
InterceptorResolver.resolve(javax.enterprise.inject.spi.InterceptionType interceptionType,
Set<org.jboss.jandex.AnnotationInstance> bindings) |
| Modifier and Type | Method and Description |
|---|---|
int |
InterceptorInfo.compareTo(InterceptorInfo other) |
protected void |
InterceptorGenerator.createConstructor(io.quarkus.gizmo.ClassOutput classOutput,
io.quarkus.gizmo.ClassCreator creator,
InterceptorInfo interceptor,
String baseName,
Map<InjectionPointInfo,String> injectionPointToProviderField,
Map<InterceptorInfo,String> interceptorToProviderField,
io.quarkus.gizmo.FieldDescriptor bindings,
ReflectionRegistration reflectionRegistration) |
protected void |
InterceptorGenerator.implementGetPriority(io.quarkus.gizmo.ClassCreator creator,
InterceptorInfo interceptor) |
protected void |
InterceptorGenerator.implementIntercept(io.quarkus.gizmo.ClassCreator creator,
InterceptorInfo interceptor,
io.quarkus.arc.processor.BeanGenerator.ProviderType providerType,
ReflectionRegistration reflectionRegistration,
boolean isApplicationClass) |
protected void |
InterceptorGenerator.implementIntercepts(io.quarkus.gizmo.ClassCreator creator,
InterceptorInfo interceptor) |
| 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 |
InterceptorGenerator.createConstructor(io.quarkus.gizmo.ClassOutput classOutput,
io.quarkus.gizmo.ClassCreator creator,
InterceptorInfo interceptor,
String baseName,
Map<InjectionPointInfo,String> injectionPointToProviderField,
Map<InterceptorInfo,String> interceptorToProviderField,
io.quarkus.gizmo.FieldDescriptor bindings,
ReflectionRegistration reflectionRegistration) |
protected void |
BeanGenerator.createProviderFields(io.quarkus.gizmo.ClassCreator beanCreator,
BeanInfo bean,
Map<InjectionPointInfo,String> injectionPointToProviderSupplier,
Map<InterceptorInfo,String> interceptorToProviderSupplier) |
protected void |
BeanGenerator.implementCreate(io.quarkus.gizmo.ClassOutput classOutput,
io.quarkus.gizmo.ClassCreator beanCreator,
BeanInfo bean,
io.quarkus.arc.processor.BeanGenerator.ProviderType providerType,
String baseName,
Map<InjectionPointInfo,String> injectionPointToProviderSupplierField,
Map<InterceptorInfo,String> interceptorToProviderSupplierField,
ReflectionRegistration reflectionRegistration,
String targetPackage,
boolean isApplicationClass) |
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) |
protected void |
BeanGenerator.initMaps(BeanInfo bean,
Map<InjectionPointInfo,String> injectionPointToProvider,
Map<InterceptorInfo,String> interceptorToProvider) |
Copyright © 2021 JBoss by Red Hat. All rights reserved.