Interface MongoTemplate.DocumentCallback<T>

Enclosing class:
MongoTemplate

protected static interface MongoTemplate.DocumentCallback<T>
Simple internal callback to allow operations on a Document.
Author:
Oliver Gierke, Thomas Darimont
  • Method Summary

    Modifier and Type
    Method
    Description
    doWith(org.bson.Document object)
     
  • Method Details

    • doWith

      T doWith(org.bson.Document object)