public interface BeanRegistry
Modifier and Type | Method and Description |
---|---|
<T> T |
getBean(Class<T> type) |
<T> Collection<T> |
getBeans(Class<T> type) |
void |
register(Class<?> type) |
void register(Class<?> type)
<T> T getBean(Class<T> type)
<T> Collection<T> getBeans(Class<T> type)
Copyright © 2005–2018 dozer. All rights reserved.