public abstract class AbstractResultMapper extends Object implements ResultsMapper
| Constructor and Description |
|---|
AbstractResultMapper(EntityMapper entityMapper)
Create a new
AbstractResultMapper. |
AbstractResultMapper(EntityMapper entityMapper,
ProjectionFactory projectionFactory)
Create a new
AbstractResultMapper. |
| Modifier and Type | Method and Description |
|---|---|
EntityMapper |
getEntityMapper() |
ProjectionFactory |
getProjectionFactory()
Get the configured
ProjectionFactory. |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitmapEntity, mapGetResult, mapSearchHitmapResultsmapResultmapResultspublic AbstractResultMapper(EntityMapper entityMapper)
AbstractResultMapper.entityMapper - must not be null.public AbstractResultMapper(EntityMapper entityMapper, ProjectionFactory projectionFactory)
AbstractResultMapper.entityMapper - must not be null.projectionFactory - must not be null.public EntityMapper getEntityMapper()
getEntityMapper in interface ResultsMapperpublic ProjectionFactory getProjectionFactory()
ResultsMapperProjectionFactory. getProjectionFactory in interface ResultsMapperCopyright © 2011–2020 Pivotal Software, Inc.. All rights reserved.