Class ConverterHelper


  • public final class ConverterHelper
    extends java.lang.Object
    Shared converter helper methods and statics
    • Method Summary

      All Methods Static Methods Concrete Methods 
      Modifier and Type Method Description
      static java.lang.String toJson​(org.bson.BsonValue bsonValue)
      Converts a bson value into its extended JSON form
      • Methods inherited from class java.lang.Object

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

      • toJson

        public static java.lang.String toJson​(org.bson.BsonValue bsonValue)
        Converts a bson value into its extended JSON form
        Parameters:
        bsonValue - the bson value
        Returns:
        the extended JSON form