Uses of Class
io.quarkus.arc.processor.DecoratorInfo
-
Packages that use DecoratorInfo Package Description io.quarkus.arc.processor -
-
Uses of DecoratorInfo in io.quarkus.arc.processor
Fields in io.quarkus.arc.processor with type parameters of type DecoratorInfo Modifier and Type Field Description static BuildExtension.Key<Collection<DecoratorInfo>>BuildExtension.Key. DECORATORSstatic BuildExtension.Key<Collection<DecoratorInfo>>BuildExtension.Key. REMOVED_DECORATORSMethods in io.quarkus.arc.processor that return types with arguments of type DecoratorInfo Modifier and Type Method Description List<DecoratorInfo>BeanInfo. getBoundDecorators()Note that the decorators are not available until the bean is fully initialized, i.e.Collection<DecoratorInfo>BeanDeployment. getDecorators()Methods in io.quarkus.arc.processor with parameters of type DecoratorInfo Modifier and Type Method Description intDecoratorInfo. 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)
-