org.springframework.data.elasticsearch.core.convert
Interface ElasticsearchConverter
- All Known Implementing Classes:
- MappingElasticsearchConverter
public interface ElasticsearchConverter
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.
Copyright © 2012-2013 BioMed Central. All Rights Reserved.