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 Summary

    Modifier and Type Method Description
    T create​(R argument)
    Create and return the bean.
  • Method Details

    • create

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