public class DevBeanInfo extends Object implements Comparable<DevBeanInfo>
| Constructor and Description |
|---|
DevBeanInfo(DevBeanKind kind,
boolean isApplicationBean,
Name providerType,
String memberName,
Set<Name> types,
Set<Name> qualifiers,
Name scope,
Name declaringClass) |
| Modifier and Type | Method and Description |
|---|---|
int |
compareTo(DevBeanInfo o) |
static DevBeanInfo |
from(BeanInfo bean,
CompletedApplicationClassPredicateBuildItem predicate) |
Name |
getDeclaringClass() |
DevBeanKind |
getKind() |
String |
getMemberName() |
Set<Name> |
getNonDefaultQualifiers() |
Name |
getProviderType() |
Set<Name> |
getQualifiers() |
Name |
getScope() |
Set<Name> |
getTypes() |
boolean |
isApplicationBean() |
public static DevBeanInfo from(BeanInfo bean, CompletedApplicationClassPredicateBuildItem predicate)
public DevBeanKind getKind()
public Name getScope()
public Name getProviderType()
public String getMemberName()
public boolean isApplicationBean()
public Name getDeclaringClass()
public int compareTo(DevBeanInfo o)
compareTo in interface Comparable<DevBeanInfo>Copyright © 2021 JBoss by Red Hat. All rights reserved.