public class DevObserverInfo extends Object implements Comparable<DevObserverInfo>
| Constructor and Description |
|---|
DevObserverInfo(boolean isApplicationObserver,
Name declaringClass,
String methodName,
Name observedType,
List<Name> qualifiers,
int priority,
boolean isAsync,
javax.enterprise.event.Reception reception,
javax.enterprise.event.TransactionPhase transactionPhase) |
| Modifier and Type | Method and Description |
|---|---|
int |
compareTo(DevObserverInfo other) |
static DevObserverInfo |
from(ObserverInfo observer,
CompletedApplicationClassPredicateBuildItem predicate) |
Name |
getDeclaringClass() |
String |
getMethodName() |
Name |
getObservedType() |
int |
getPriority() |
List<Name> |
getQualifiers() |
javax.enterprise.event.Reception |
getReception() |
javax.enterprise.event.TransactionPhase |
getTransactionPhase() |
boolean |
isApplicationObserver() |
boolean |
isAsync() |
public static DevObserverInfo from(ObserverInfo observer, CompletedApplicationClassPredicateBuildItem predicate)
public Name getDeclaringClass()
public String getMethodName()
public Name getObservedType()
public int getPriority()
public boolean isAsync()
public javax.enterprise.event.Reception getReception()
public javax.enterprise.event.TransactionPhase getTransactionPhase()
public boolean isApplicationObserver()
public int compareTo(DevObserverInfo other)
compareTo in interface Comparable<DevObserverInfo>Copyright © 2021 JBoss by Red Hat. All rights reserved.