Class SessionMapBeanStore

    • Method Detail

      • get

        public <T> org.jboss.weld.context.api.ContextualInstance<T> get​(org.jboss.weld.serialization.spi.BeanIdentifier id)
        Description copied from interface: BeanStore
        Gets an instance of a contextual from the store
        Specified by:
        get in interface BeanStore
        Overrides:
        get in class AttributeBeanStore
        Parameters:
        id - The id of the contextual to return
        Returns:
        The instance or null if not found