Generated by
JDiff

Class org.springframework.beans.propertyeditors.CustomMapEditor

Removed Constructors
CustomMapEditor(Class) Create a new CustomMapEditor for the given target type, keeping an incoming {@code null} as-is.
CustomMapEditor(Class, boolean) Create a new CustomMapEditor for the given target type.
 

Added Constructors
CustomMapEditor(Class<Map>) Create a new CustomMapEditor for the given target type, keeping an incoming {@code null} as-is.
CustomMapEditor(Class<Map>, boolean) Create a new CustomMapEditor for the given target type.
 

Changed Methods
Map<Object, Object> createMap(Class<Map>, int) Change in return type from Map to (Map<Object, Object>).
Change in signature from (Class, int) to (Class<Map>, int).
Create a Map of the given type, with the given initial capacity (if supported by the Map type).