public class ObserverInfo extends Object implements InjectionTargetInfo
InjectionTargetInfo.TargetKind| Modifier and Type | Method and Description |
|---|---|
ObserverInfo |
asObserver() |
org.jboss.jandex.DotName |
getBeanClass() |
BeanInfo |
getDeclaringBean() |
org.jboss.jandex.MethodParameterInfo |
getEventParameter() |
String |
getId()
A unique identifier should be used for multiple synthetic observer methods with the same
attributes (including the bean class).
|
org.jboss.jandex.Type |
getObservedType() |
org.jboss.jandex.MethodInfo |
getObserverMethod() |
int |
getPriority() |
Set<org.jboss.jandex.AnnotationInstance> |
getQualifiers() |
javax.enterprise.event.Reception |
getReception() |
javax.enterprise.event.TransactionPhase |
getTransactionPhase() |
boolean |
isAsync() |
boolean |
isSynthetic() |
InjectionTargetInfo.TargetKind |
kind() |
String |
toString() |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitasBean, asDisposerpublic InjectionTargetInfo.TargetKind kind()
kind in interface InjectionTargetInfopublic ObserverInfo asObserver()
asObserver in interface InjectionTargetInfopublic String getId()
public org.jboss.jandex.DotName getBeanClass()
public BeanInfo getDeclaringBean()
public boolean isSynthetic()
public org.jboss.jandex.MethodInfo getObserverMethod()
public org.jboss.jandex.MethodParameterInfo getEventParameter()
public javax.enterprise.event.Reception getReception()
public javax.enterprise.event.TransactionPhase getTransactionPhase()
public boolean isAsync()
public org.jboss.jandex.Type getObservedType()
public Set<org.jboss.jandex.AnnotationInstance> getQualifiers()
public int getPriority()
Copyright © 2021 JBoss by Red Hat. All rights reserved.