Interface BeanInstanceProducer
public interface BeanInstanceProducer
Contract for producing a bean instance
-
Method Summary
Modifier and TypeMethodDescription<B> BproduceBeanInstance(Class<B> beanType) Produce a bean instance<B> BproduceBeanInstance(String name, Class<B> beanType) Produce a named bean instance
-
Method Details
-
produceBeanInstance
Produce a bean instance- Parameters:
beanType- The Java type of bean to produce
-
produceBeanInstance
-