Spring Data Elasticsearch

org.springframework.data.elasticsearch.core
Interface GetResultMapper

All Known Subinterfaces:
ResultsMapper
All Known Implementing Classes:
AbstractResultMapper, DefaultResultMapper

public interface GetResultMapper

Author:
Artur Konczak, Mohsin Husen

Method Summary
<T> T
mapResult(org.elasticsearch.action.get.GetResponse response, Class<T> clazz)
           
 

Method Detail

mapResult

<T> T mapResult(org.elasticsearch.action.get.GetResponse response,
                Class<T> clazz)

Spring Data Elasticsearch

Copyright © 2011-2014–2014 Pivotal Software, Inc.. All rights reserved.