|
Generated by JDiff |
|||||||
| PREV CLASS NEXT CLASS FRAMES NO FRAMES | DETAIL: CONSTRUCTORS | METHODS | FIELDS | |||||||
The superclass changed from java.lang.Object to org.springframework.data.document.mongodb.convert.AbstractMongoConverter.
Removed interface org.springframework.data.document.mongodb.convert.MongoConverter.
| Changed Constructors | ||
MongoDbFactory, |
Change in type from MappingContext to (MongoDbFactory, <any>). |
Creates a new MappingMongoConverter given the new MongoDbFactory and MappingContext. |
| Removed Methods | |
String getDefaultDatabase() |
|
Mongo getMongo() |
|
void setConverters(List<<any>>) |
Add custom Converter or ConverterFactory instances to be used that will take presidence over metadata driven conversion between of objects to/from DBObject |
void setDefaultDatabase(String) |
|
void setMongo(Mongo) |
|
void write(Object, |
|
| Added Methods | |
void addCustomTypeKeyIfNecessary(<any>, |
Adds custom type information to the given DBObject if necessary. |
<any> getValueType(<any>) |
Returns the type type information of the actual value to be stored. |
S read(<any>, |
|
void setMongoDbFactory(MongoDbFactory) |
|
List<?> unwrapList(BasicDBList, |
|
DBObject writeCollectionInternal(MongoPersistentProperty, |
|
void writeInternal(Object, |
Internal write conversion method which should be used for nested invocations. |
void writeInternal(Object, |
|
| Changed Methods | ||
void afterPropertiesSet() |
Method was locally defined, but is now inherited from AbstractMongoConverter. | |
<any> getMappingContext() |
Change in return type from MappingContext to <any>. |
|
Object getValueInternal(MongoPersistentProperty, |
Change in signature from (PersistentProperty, DBObject, StandardEvaluationContext, Value) to (MongoPersistentProperty, DBObject, StandardEvaluationContext, String). |
|
void writeMapInternal(Map<Object, |
Change in signature from (Map<Object, Object>, DBObject) to (Map<Object, Object>, DBObject, <any>). |
|
void writePropertyInternal(MongoPersistentProperty, |
Change in signature from (PersistentProperty, Object, DBObject) to (MongoPersistentProperty, Object, DBObject). |
|
| Removed Fields | |
Map<Class<?>, Class<?>>) customTypeMapping |
|
String defaultDatabase |
|
Mongo mongo |
|
| Added Fields | |
String CUSTOM_TYPE_KEY |
|
MongoDbFactory mongoDbFactory |
|
| Changed Fields | ||
GenericConversionService conversionService |
Field was locally defined, but is now inherited from AbstractMongoConverter. | |
<any> mappingContext |
Change in type from MappingContext to <any>. |
|
SpelExpressionParser spelExpressionParser |
Change from non-final to final. |
|
|
||||||||
| PREV CLASS NEXT CLASS FRAMES NO FRAMES | ||||||||