Interface BeanFactory<T,​R>

  • Type Parameters:
    T - The type of bean to create
    R - The request argument

    public interface BeanFactory<T,​R>
    Factory for creating a bean given a single request scope argument.
    • Method Detail

      • create

        T create​(R argument)
        Create and return the bean.