Spring Data Elasticsearch

org.springframework.data.elasticsearch.core.convert
Interface ElasticsearchConverter

All Known Implementing Classes:
MappingElasticsearchConverter

public interface ElasticsearchConverter

ElasticsearchConverter

Author:
Rizwan Idrees, Mohsin Husen

Method Summary
 ConversionService getConversionService()
          Returns the underlying ConversionService used by the converter.
 MappingContext<? extends ElasticsearchPersistentEntity<?>,ElasticsearchPersistentProperty> getMappingContext()
          Returns the underlying MappingContext used by the converter.
 

Method Detail

getMappingContext

MappingContext<? extends ElasticsearchPersistentEntity<?>,ElasticsearchPersistentProperty> getMappingContext()
Returns the underlying MappingContext used by the converter.

Returns:
never null

getConversionService

ConversionService getConversionService()
Returns the underlying ConversionService used by the converter.

Returns:
never null.

Spring Data Elasticsearch

Copyright © 2013 BioMed Central. All Rights Reserved.