| Package | Description |
|---|---|
| io.quarkus.arc.deployment.devconsole |
| Modifier and Type | Method and Description |
|---|---|
DevBeanKind |
DevBeanInfo.getKind() |
static DevBeanKind |
DevBeanKind.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static DevBeanKind[] |
DevBeanKind.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Constructor and Description |
|---|
DevBeanInfo(DevBeanKind kind,
boolean isApplicationBean,
Name providerType,
String memberName,
Set<Name> types,
Set<Name> qualifiers,
Name scope,
Name declaringClass) |
Copyright © 2021 JBoss by Red Hat. All rights reserved.