Uses of Interface
org.jboss.weld.serialization.spi.BeanIdentifier
Packages that use BeanIdentifier
-
Uses of BeanIdentifier in org.jboss.weld.manager.api
Methods in org.jboss.weld.manager.api with parameters of type BeanIdentifierModifier and TypeMethodDescriptionjakarta.enterprise.inject.spi.Bean<?>WeldManager.getPassivationCapableBean(BeanIdentifier identifier) Returns thePassivationCapablebean with the given identifier. -
Uses of BeanIdentifier in org.jboss.weld.serialization.spi
Methods in org.jboss.weld.serialization.spi that return BeanIdentifierModifier and TypeMethodDescriptionContextualStore.putIfAbsent(jakarta.enterprise.context.spi.Contextual<?> contextual) Add a contextual (if not already present) to the store, and return it's id.Methods in org.jboss.weld.serialization.spi with parameters of type BeanIdentifierModifier and TypeMethodDescription<C extends jakarta.enterprise.context.spi.Contextual<I>,I>
CContextualStore.getContextual(BeanIdentifier identifier) Given a particular bean identifier, return the correct contextual.