How can I change mongoDB filters in Java drivers to mongoShell format, is there any functionality in Java Driver code base that is actually doing that.
I want to send these queries to a node server which will connect to mongoDB and then fetch the data and give it back to my java application.