Class AfterConvertEvent<E>

java.lang.Object
java.util.EventObject
org.springframework.context.ApplicationEvent
org.springframework.data.mongodb.core.mapping.event.MongoMappingEvent<E>
org.springframework.data.mongodb.core.mapping.event.AfterConvertEvent<E>
All Implemented Interfaces:
Serializable

public class AfterConvertEvent<E> extends MongoMappingEvent<E>
MongoMappingEvent thrown after convert of a document.
Author:
Jon Brisbin, Christoph Strobl, Mark Paluch
See Also:
  • Constructor Details

    • AfterConvertEvent

      public AfterConvertEvent(org.bson.Document document, E source, String collectionName)
      Creates new AfterConvertEvent.
      Parameters:
      document - must not be null.
      source - must not be null.
      collectionName - must not be null.
      Since:
      1.8