Class DBObjectUtils

java.lang.Object
org.springframework.data.mongodb.util.DBObjectUtils

@Deprecated(since="4.2.0", forRemoval=true) public class DBObjectUtils extends Object
Deprecated, for removal: This API element is subject to removal in a future version.
since 4.2.0
Author:
Thomas Darimont
  • Constructor Summary

    Constructors
    Constructor
    Description
    Deprecated, for removal: This API element is subject to removal in a future version.
     
  • Method Summary

    Modifier and Type
    Method
    Description
    static com.mongodb.BasicDBList
    dbList(Object... items)
    Deprecated, for removal: This API element is subject to removal in a future version.
     

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • Constructor Details

    • DBObjectUtils

      public DBObjectUtils()
      Deprecated, for removal: This API element is subject to removal in a future version.
  • Method Details

    • dbList

      public static com.mongodb.BasicDBList dbList(Object... items)
      Deprecated, for removal: This API element is subject to removal in a future version.