I have a Mongo db in Spring boot application (spring-data-mongodb is 2.1.5).
I want to update all documents by replacing their json. Get each one, modify it with jaskson and put back. Is it possible with using MongoTemplate or some other API in spring-data-mongodb?