org.springframework.data.elasticsearch.core.convert
Class MappingElasticsearchConverter
java.lang.Object
org.springframework.data.elasticsearch.core.convert.MappingElasticsearchConverter
- All Implemented Interfaces:
- Aware, ApplicationContextAware, ElasticsearchConverter
public class MappingElasticsearchConverter
- extends Object
- implements ElasticsearchConverter, ApplicationContextAware
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
MappingElasticsearchConverter
public MappingElasticsearchConverter(org.springframework.data.mapping.context.MappingContext<? extends ElasticsearchPersistentEntity<?>,ElasticsearchPersistentProperty> mappingContext)
getMappingContext
public org.springframework.data.mapping.context.MappingContext<? extends ElasticsearchPersistentEntity<?>,ElasticsearchPersistentProperty> getMappingContext()
- Description copied from interface:
ElasticsearchConverter
- Returns the underlying
MappingContext
used by the converter.
- Specified by:
getMappingContext
in interface ElasticsearchConverter
- Returns:
- never null
getConversionService
public ConversionService getConversionService()
- Description copied from interface:
ElasticsearchConverter
- Returns the underlying
ConversionService
used by the converter.
- Specified by:
getConversionService
in interface ElasticsearchConverter
- Returns:
- never null.
setApplicationContext
public void setApplicationContext(ApplicationContext applicationContext)
throws BeansException
- Specified by:
setApplicationContext
in interface ApplicationContextAware
- Throws:
BeansException
Copyright © 2012-2013 BioMed Central. All Rights Reserved.