Generated by
JDiff

Class org.springframework.data.document.mongodb.convert.SimpleMongoConverter

The superclass changed from java.lang.Object to org.springframework.data.document.mongodb.convert.AbstractMongoConverter.
Removed interface org.springframework.data.document.mongodb.convert.MongoConverter.

Now deprecated.

Removed Methods
void setConverters(Set<?>) Add custom Converter or ConverterFactory instances to be used that will take presidence over using object traversal to convert and object to/from DBObject
 

Added Methods
<any> getMappingContext()  
 

Changed Methods
void afterPropertiesSet() Method was locally defined, but is now inherited from AbstractMongoConverter.