Closed
Description
Christoph Strobl opened DATAMONGO-2077 and commented
Add the following aggregaion operators to org.springframework.data.mongodb.core.spel.MethodReferenceNode
.
- arrayToObject
- objectToArray
- mergeObjects
- trim
- ltrim
- rtrim
- convert
- toBool
- toDate
- toDecimal
- toDouble
- toInt
- toLong
- toObjectId
- toString
- dateToString
- dateFromString
Referenced from: pull request #639, and commits cd8402f, 3811ddf, 8e5da62