public class DozerBeanContainer extends Object implements BeanRegistry
| Constructor and Description |
|---|
DozerBeanContainer() |
| Modifier and Type | Method and Description |
|---|---|
<T> T |
getBean(Class<T> type) |
<T> Collection<T> |
getBeans(Class<T> type) |
void |
register(Class<?> type) |
public void register(Class<?> type)
register in interface BeanRegistrypublic <T> T getBean(Class<T> type)
getBean in interface BeanRegistrypublic <T> Collection<T> getBeans(Class<T> type)
getBeans in interface BeanRegistryCopyright © 2005–2021 dozer. All rights reserved.