Spring Data Elasticsearch

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

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

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

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

Methods in org.springframework.data.elasticsearch.core that return ResultsMapper
protected  ResultsMapper ElasticsearchTemplate.getResultsMapper()
           
 

Constructors in org.springframework.data.elasticsearch.core with parameters of type ResultsMapper
ElasticsearchTemplate(org.elasticsearch.client.Client client, ElasticsearchConverter elasticsearchConverter, ResultsMapper resultsMapper)
           
ElasticsearchTemplate(org.elasticsearch.client.Client client, ResultsMapper resultsMapper)
           
 


Spring Data Elasticsearch

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