public class Configurator extends Object
| Constructor and Description |
|---|
Configurator(BeanManager beanManager)
Constructs a configurator with the specified bean manager.
|
| Modifier and Type | Method and Description |
|---|---|
void |
addTypeClassBinding(Type beanType,
Class<?> beanClass) |
<T> Bean<T> |
createBean(Class<T> beanClass) |
void |
createBeans(Collection<Class<?>> classes) |
public Configurator(BeanManager beanManager)
beanManager - the specified bean managerCopyright © 2009–2019 B3log. All rights reserved.