Skip to content

Commit bf85d8f

Browse files
committed
DATAMONGO-1005 - Polishing introduction of ObjectPath.
Simplified implementation of ObjectPath to use a static root instance and hand the path further down until final resolution in MappingMongoConverter.readValue(…). This removes a bit of boxing and unboxing code both in ObjectPath and the converter. Introduced ObjectPath.getPathItem(…) to internalize the iteration to find a potentially already resolved object. Renamed parameters and fields of type ObjectPath to path consistently. Removed obsolete method in MappingMongoConverter. Original pull request: #209.
1 parent c5ff7cd commit bf85d8f

File tree

2 files changed

+205
-209
lines changed

2 files changed

+205
-209
lines changed

0 commit comments

Comments
 (0)