Spring Data Elasticsearch

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

All Known Implementing Classes:
MappingElasticsearchConverter

public interface ElasticsearchConverter


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

Method Detail

getMappingContext

org.springframework.data.mapping.context.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.