Generated by
JDiff

Class org.springframework.beans.factory.config.MapFactoryBean

The superclass changed from org.springframework.beans.factory.config.AbstractFactoryBean to org.springframework.beans.factory.config.AbstractFactoryBean>.

Changed Methods
Map<Object, Object> createInstance() Change in return type from Map to (Map<Object, Object>).
 
void setSourceMap(Map<?, ?>) Change in signature from Map to (Map<?, ?>).
Set the source Map, typically populated via XML "map" elements.
void setTargetMapClass(Class<Map>) Change in signature from Class to Class<Map>.
Set the class to use for the target Map.