Uses of Class
io.quarkus.arc.processor.ObserverInfo
Packages that use ObserverInfo
-
Uses of ObserverInfo in io.quarkus.arc.processor
Fields in io.quarkus.arc.processor with type parameters of type ObserverInfoModifier and TypeFieldDescriptionstatic final BuildExtension.Key<Collection<ObserverInfo>> BuildExtension.Key.OBSERVERSMethods in io.quarkus.arc.processor that return ObserverInfoModifier and TypeMethodDescriptiondefault ObserverInfoInjectionTargetInfo.asObserver()ObserverInfo.asObserver()Methods in io.quarkus.arc.processor that return types with arguments of type ObserverInfoMethods in io.quarkus.arc.processor with parameters of type ObserverInfoModifier and TypeMethodDescriptionprotected voidObserverGenerator.createConstructor(io.quarkus.gizmo.ClassOutput classOutput, io.quarkus.gizmo.ClassCreator observerCreator, ObserverInfo observer, String baseName, Map<InjectionPointInfo, String> injectionPointToProviderField, AnnotationLiteralProcessor annotationLiterals, ReflectionRegistration reflectionRegistration) protected voidObserverGenerator.createProviderFields(io.quarkus.gizmo.ClassCreator observerCreator, ObserverInfo observer, Map<InjectionPointInfo, String> injectionPointToProvider) protected voidObserverGenerator.implementGetPriority(io.quarkus.gizmo.ClassCreator observerCreator, ObserverInfo observer) protected voidObserverGenerator.implementGetTransactionPhase(io.quarkus.gizmo.ClassCreator observerCreator, ObserverInfo observer) protected voidObserverGenerator.implementNotify(ObserverInfo observer, io.quarkus.gizmo.ClassCreator observerCreator, Map<InjectionPointInfo, String> injectionPointToProviderField, ReflectionRegistration reflectionRegistration, boolean isApplicationClass) protected voidObserverGenerator.implementToString(io.quarkus.gizmo.ClassCreator observerCreator, ObserverInfo observer) protected voidObserverGenerator.initMaps(ObserverInfo observer, Map<InjectionPointInfo, String> injectionPointToProvider) Constructor parameters in io.quarkus.arc.processor with type arguments of type ObserverInfoModifierConstructorDescriptionObserverGenerator(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)