public interface BeanMapCollector
AutoRegister
)Modifier and Type | Method and Description |
---|---|
Class<?>[] |
getCollectedTypes()
This allows the developer to set the types of the beans which they want collected
|
void |
setCollectedBeansMap(Map<Class<?>,List<?>> collectedBeans)
This setter will be called automatically and the beans which are being collected for
you will be placed in the map such that it is a map of class type -> list of beans of that type
|
void setCollectedBeansMap(Map<Class<?>,List<?>> collectedBeans)
collectedBeans
- a list of all collected beans which were autoregisteredClass<?>[] getCollectedTypes()
Copyright © 2003–2019 The Sakai Foundation. All rights reserved.