org.kuali.common.util.spring
Class AddToMapFactoryBean<K,V>
java.lang.Object
org.kuali.common.util.spring.AddToMapFactoryBean<K,V>
- All Implemented Interfaces:
- org.springframework.beans.factory.FactoryBean<Map<K,V>>, org.springframework.beans.factory.InitializingBean
public class AddToMapFactoryBean<K,V>
- extends Object
- implements org.springframework.beans.factory.FactoryBean<Map<K,V>>, org.springframework.beans.factory.InitializingBean
Copy all of the mappings from source
to target
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
AddToMapFactoryBean
public AddToMapFactoryBean()
afterPropertiesSet
public void afterPropertiesSet()
throws Exception
- Specified by:
afterPropertiesSet
in interface org.springframework.beans.factory.InitializingBean
- Throws:
Exception
getObject
public Map<K,V> getObject()
throws Exception
- Specified by:
getObject
in interface org.springframework.beans.factory.FactoryBean<Map<K,V>>
- Throws:
Exception
getObjectType
public Class<?> getObjectType()
- Specified by:
getObjectType
in interface org.springframework.beans.factory.FactoryBean<Map<K,V>>
isSingleton
public boolean isSingleton()
- Specified by:
isSingleton
in interface org.springframework.beans.factory.FactoryBean<Map<K,V>>
getSource
public Map<K,V> getSource()
setSource
public void setSource(Map<K,V> source)
getTarget
public Map<K,V> getTarget()
setTarget
public void setTarget(Map<K,V> target)
Copyright © 2010-2013 The Kuali Foundation. All Rights Reserved.