Uses of Class
io.quarkus.arc.processor.ObserverInfo
-
Packages that use ObserverInfo Package Description io.quarkus.arc.processor -
-
Uses of ObserverInfo in io.quarkus.arc.processor
Fields in io.quarkus.arc.processor with type parameters of type ObserverInfo Modifier and Type Field Description static BuildExtension.Key<Collection<ObserverInfo>>BuildExtension.Key. OBSERVERSMethods in io.quarkus.arc.processor that return ObserverInfo Modifier and Type Method Description default ObserverInfoInjectionTargetInfo. asObserver()ObserverInfoObserverInfo. asObserver()Methods in io.quarkus.arc.processor that return types with arguments of type ObserverInfo Modifier and Type Method Description Collection<ObserverInfo>BeanDeployment. getObservers()Methods in io.quarkus.arc.processor with parameters of type ObserverInfo Modifier and Type Method Description protected 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 ObserverInfo Constructor Description ObserverGenerator(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)
-