Interface BeanFactory2<T,​R,​R2>

Type Parameters:
T - The type of bean to create
R - The first request argument
R2 - The second request argument

public interface BeanFactory2<T,​R,​R2>
Factory for creating a bean given two request scope arguments.
  • Method Summary

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

    • create

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