Package io.quarkus.arc.deployment.devui
Class DevBeanInfo
java.lang.Object
io.quarkus.arc.deployment.devui.DevBeanInfo
- All Implemented Interfaces:
Comparable<DevBeanInfo>
- Direct Known Subclasses:
DevBeanWithInterceptorInfo
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionintbooleanstatic DevBeanInfofrom(BeanInfo bean, CompletedApplicationClassPredicateBuildItem predicate) getId()getKind()getScope()getTypes()inthashCode()booleanbooleanbooleantypeInfo(boolean simple)
-
Constructor Details
-
DevBeanInfo
-
-
Method Details
-
from
public static DevBeanInfo from(BeanInfo bean, CompletedApplicationClassPredicateBuildItem predicate) -
getId
-
getKind
-
getScope
-
getQualifiers
-
getNonDefaultQualifiers
-
getTypes
-
getProviderType
-
getMemberName
-
isApplicationBean
public boolean isApplicationBean() -
getDeclaringClass
-
getInterceptors
-
isGenerated
public boolean isGenerated() -
isInactive
public boolean isInactive() -
getDescription
-
getSimpleDescription
-
typeInfo
-
compareTo
- Specified by:
compareToin interfaceComparable<DevBeanInfo>
-
hashCode
public int hashCode() -
equals
-