Uses of Class
io.quarkus.arc.processor.DecoratorInfo
Packages that use DecoratorInfo
-
Uses of DecoratorInfo in io.quarkus.arc.processor
Fields in io.quarkus.arc.processor with type parameters of type DecoratorInfoModifier and TypeFieldDescriptionstatic final BuildExtension.Key<Collection<DecoratorInfo>>BuildExtension.Key.DECORATORSstatic final BuildExtension.Key<Collection<DecoratorInfo>>BuildExtension.Key.REMOVED_DECORATORSMethods in io.quarkus.arc.processor that return types with arguments of type DecoratorInfoModifier and TypeMethodDescriptionBeanInfo.getBoundDecorators()Note that the decorators are not available until the bean is fully initialized, i.e.BeanDeployment.getDecorators()Methods in io.quarkus.arc.processor with parameters of type DecoratorInfoModifier and TypeMethodDescriptionintDecoratorInfo.compareTo(DecoratorInfo other) protected voidDecoratorGenerator.createConstructor(io.quarkus.gizmo.ClassOutput classOutput, io.quarkus.gizmo.ClassCreator creator, DecoratorInfo decorator, Map<InjectionPointInfo, String> injectionPointToProviderField, io.quarkus.gizmo.FieldCreator delegateType, io.quarkus.gizmo.FieldCreator delegateQualifiers, io.quarkus.gizmo.FieldCreator decoratedTypes, ReflectionRegistration reflectionRegistration) protected voidDecoratorGenerator.implementGetPriority(io.quarkus.gizmo.ClassCreator creator, DecoratorInfo decorator)