public interface BeanInstanceProducer
Modifier and Type | Method and Description |
---|---|
<B> B |
produceBeanInstance(Class<B> beanType)
Produce a bean instance
|
<B> B |
produceBeanInstance(String name,
Class<B> beanType)
Produce a named bean instance
|
<B> B produceBeanInstance(Class<B> beanType)
beanType
- The Java type of bean to produceCopyright © 2001-2022 Red Hat, Inc. All Rights Reserved.