Class MorphiaUtils


  • public final class MorphiaUtils
    extends java.lang.Object
    This class provides a set of utilities for use in Morphia. All these methods should be considered internal only and should not be used in application code.
    Since:
    1.3
    • Method Summary

      All Methods Static Methods Concrete Methods 
      Modifier and Type Method Description
      static java.lang.String join​(java.util.List<java.lang.String> strings, char delimiter)
      Joins strings with the given delimiter
      • Methods inherited from class java.lang.Object

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

      • join

        public static java.lang.String join​(java.util.List<java.lang.String> strings,
                                            char delimiter)
        Joins strings with the given delimiter
        Parameters:
        strings - the strings to join
        delimiter - the delimiter
        Returns:
        the joined string