Spring Data Elasticsearch

org.springframework.data.elasticsearch.core
Interface ResultsMapper

All Superinterfaces:
GetResultMapper, MultiGetResultMapper, SearchResultMapper
All Known Implementing Classes:
AbstractResultMapper, DefaultResultMapper

public interface ResultsMapper
extends SearchResultMapper, GetResultMapper, MultiGetResultMapper

ResultsMapper

Author:
Rizwan Idrees, Mohsin Husen, Artur Konczak

Method Summary
 EntityMapper getEntityMapper()
           
 
Methods inherited from interface org.springframework.data.elasticsearch.core.SearchResultMapper
mapResults
 
Methods inherited from interface org.springframework.data.elasticsearch.core.GetResultMapper
mapResult
 
Methods inherited from interface org.springframework.data.elasticsearch.core.MultiGetResultMapper
mapResults
 

Method Detail

getEntityMapper

EntityMapper getEntityMapper()

Spring Data Elasticsearch

Copyright © 2011-2014-2014 Pivotal Software, Inc.. All Rights Reserved.