Package io.quarkus.arc.impl
Class BuiltInBean<T>
java.lang.Object
io.quarkus.arc.impl.BuiltInBean<T>
- All Implemented Interfaces:
InjectableBean<T>,InjectableReferenceProvider<T>,jakarta.enterprise.context.spi.Contextual<T>,jakarta.enterprise.inject.spi.Bean<T>,jakarta.enterprise.inject.spi.BeanAttributes<T>
- Direct Known Subclasses:
BeanManagerBean,EventBean,InjectionPointBean,InstanceBean
Common class for all built-in beans.
-
Nested Class Summary
Nested classes/interfaces inherited from interface io.quarkus.arc.InjectableBean
InjectableBean.Kind -
Constructor Summary
Constructors -
Method Summary
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitMethods inherited from interface jakarta.enterprise.inject.spi.Bean
getBeanClassMethods inherited from interface io.quarkus.arc.InjectableBean
destroy, getAlternativePriority, getDeclaringBean, getImplementationClass, getInjectionPoints, getName, getPriority, getQualifiers, getScope, getStereotypes, getTypes, isAlternative, isDefaultBean, isSuppressedMethods inherited from interface io.quarkus.arc.InjectableReferenceProvider
get
-
Constructor Details
-
BuiltInBean
public BuiltInBean()
-
-
Method Details
-
getIdentifier
Description copied from interface:InjectableBeanThe identifier is generated by the container and is unique for a specific deployment.- Specified by:
getIdentifierin interfaceInjectableBean<T>- Returns:
- the identifier for this bean
-
create
- Specified by:
createin interfacejakarta.enterprise.context.spi.Contextual<T>
-
getKind
- Specified by:
getKindin interfaceInjectableBean<T>- Returns:
- the kind of the bean
- See Also:
-
toString
-