org.kuali.common.util.spring
Class PutAllMapFactoryBean<K,V>

java.lang.Object
  extended by org.kuali.common.util.spring.PutAllMapFactoryBean<K,V>
All Implemented Interfaces:
org.springframework.beans.factory.FactoryBean<Map<K,V>>, org.springframework.beans.factory.InitializingBean

public class PutAllMapFactoryBean<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


Constructor Summary
PutAllMapFactoryBean()
           
 
Method Summary
 void afterPropertiesSet()
           
 Map<K,V> getObject()
           
 Class<?> getObjectType()
           
 Map<K,V> getSource()
           
 Map<K,V> getTarget()
           
 boolean isSingleton()
           
 void setSource(Map<K,V> source)
           
 void setTarget(Map<K,V> target)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

PutAllMapFactoryBean

public PutAllMapFactoryBean()
Method Detail

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.