public class AfterConvertEvent<E> extends MongoMappingEvent<E>
MongoMappingEvent thrown after convert of a document.source| Constructor and Description |
|---|
AfterConvertEvent(org.bson.Document document,
E source,
String collectionName)
Creates new
AfterConvertEvent. |
getCollectionName, getDocument, getSourcegetTimestamptoStringpublic AfterConvertEvent(org.bson.Document document,
E source,
String collectionName)
AfterConvertEvent.document - must not be null.source - must not be null.collectionName - must not be null.Copyright © 2011–2020 Pivotal Software, Inc.. All rights reserved.