Interface BeanCreator<T>

  • Type Parameters:
    T -

    public interface BeanCreator<T>
    It can be used by synthetic InjectableBean definitions to produce a contextual instance.
    See Also:
    Contextual.create(CreationalContext)
    • Method Detail

      • create

        T create​(javax.enterprise.context.spi.CreationalContext<T> creationalContext,
                 Map<String,​Object> params)
        Parameters:
        creationalContext -
        params -
        Returns:
        the contextual instance