public class MapCombinerFactoryBean<K,V> extends Object implements org.springframework.beans.factory.FactoryBean<Map<K,V>>
Constructor and Description |
---|
MapCombinerFactoryBean() |
Modifier and Type | Method and Description |
---|---|
List<Map<K,V>> |
getListOfMaps() |
Map<K,V> |
getObject() |
Class<?> |
getObjectType() |
boolean |
isSingleton() |
void |
setListOfMaps(List<Map<K,V>> listOfMaps) |
public MapCombinerFactoryBean()
public Class<?> getObjectType()
public boolean isSingleton()
public List<Map<K,V>> getListOfMaps()
public void setListOfMaps(List<Map<K,V>> listOfMaps)
Copyright © 2010–2014 The Kuali Foundation. All rights reserved.