Spring Data Elasticsearch

Uses of Interface
org.springframework.data.elasticsearch.core.GetResultMapper

Packages that use GetResultMapper
org.springframework.data.elasticsearch.core   
 

Uses of GetResultMapper in org.springframework.data.elasticsearch.core
 

Subinterfaces of GetResultMapper in org.springframework.data.elasticsearch.core
 interface ResultsMapper
          ResultsMapper
 

Classes in org.springframework.data.elasticsearch.core that implement GetResultMapper
 class AbstractResultMapper
           
 class DefaultResultMapper
           
 

Methods in org.springframework.data.elasticsearch.core with parameters of type GetResultMapper
<T> T
ElasticsearchTemplate.queryForObject(GetQuery query, Class<T> clazz, GetResultMapper mapper)
           
<T> T
ElasticsearchOperations.queryForObject(GetQuery query, Class<T> clazz, GetResultMapper mapper)
          Execute the query against elasticsearch and return the first returned object using custom mapper
 


Spring Data Elasticsearch

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