@FunctionalInterface public interface AfterConvertCallback<T> extends EntityCallback<T>
Document when reading results.EntityCallbacks| Modifier and Type | Method and Description |
|---|---|
T |
onAfterConvert(T entity,
Document document,
IndexCoordinates indexCoordinates)
Entity callback method invoked after a domain object is materialized from a
Document. |
T onAfterConvert(T entity, Document document, IndexCoordinates indexCoordinates)
Document. Can return either the
same or a modified instance of the domain object.entity - the domain object (the result of the conversion).document - must not be null.indexCoordinates - must not be null.Document.Copyright © 2011–2021 Pivotal Software, Inc.. All rights reserved.