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 ObserverInfoConstructor 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)