Class MongoDbHelper


  • public class MongoDbHelper
    extends java.lang.Object
    MongoDb Helper
    • Method Summary

      All Methods Static Methods Concrete Methods 
      Modifier and Type Method Description
      static java.lang.String bsonToString​(org.bson.conversions.Bson bson, boolean indent)  
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Method Detail

      • bsonToString

        public static java.lang.String bsonToString​(org.bson.conversions.Bson bson,
                                                    boolean indent)
        Parameters:
        bson - Bson
        indent - if True, output will be indented.
        Returns:
        the String representation of the Bson