| Package | Description |
|---|---|
| io.quarkus.arc.deployment.devconsole |
| Modifier and Type | Method and Description |
|---|---|
static Name |
Name.from(org.jboss.jandex.AnnotationInstance annotation) |
static Name |
Name.from(org.jboss.jandex.DotName dotName) |
static Name |
Name.from(org.jboss.jandex.Type type) |
Name |
DevObserverInfo.getDeclaringClass() |
Name |
DevBeanInfo.getDeclaringClass() |
Name |
DevObserverInfo.getObservedType() |
Name |
DevBeanInfo.getProviderType() |
Name |
DevBeanInfo.getScope() |
| Modifier and Type | Method and Description |
|---|---|
Set<Name> |
DevBeanInfo.getNonDefaultQualifiers() |
List<Name> |
DevObserverInfo.getQualifiers() |
Set<Name> |
DevBeanInfo.getQualifiers() |
Set<Name> |
DevBeanInfo.getTypes() |
| Modifier and Type | Method and Description |
|---|---|
int |
Name.compareTo(Name other) |
| Constructor and Description |
|---|
DevBeanInfo(DevBeanKind kind,
boolean isApplicationBean,
Name providerType,
String memberName,
Set<Name> types,
Set<Name> qualifiers,
Name scope,
Name declaringClass) |
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) |
| Constructor and Description |
|---|
DevBeanInfo(DevBeanKind kind,
boolean isApplicationBean,
Name providerType,
String memberName,
Set<Name> types,
Set<Name> qualifiers,
Name scope,
Name declaringClass) |
DevBeanInfo(DevBeanKind kind,
boolean isApplicationBean,
Name providerType,
String memberName,
Set<Name> types,
Set<Name> qualifiers,
Name scope,
Name declaringClass) |
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) |
Copyright © 2021 JBoss by Red Hat. All rights reserved.