public class MappingElasticsearchConverter extends Object implements ElasticsearchConverter, org.springframework.context.ApplicationContextAware
| Constructor and Description |
|---|
MappingElasticsearchConverter(org.springframework.data.mapping.context.MappingContext<? extends ElasticsearchPersistentEntity<?>,ElasticsearchPersistentProperty> mappingContext) |
| Modifier and Type | Method and Description |
|---|---|
org.springframework.core.convert.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. |
void |
setApplicationContext(org.springframework.context.ApplicationContext applicationContext) |
public MappingElasticsearchConverter(org.springframework.data.mapping.context.MappingContext<? extends ElasticsearchPersistentEntity<?>,ElasticsearchPersistentProperty> mappingContext)
public org.springframework.data.mapping.context.MappingContext<? extends ElasticsearchPersistentEntity<?>,ElasticsearchPersistentProperty> getMappingContext()
ElasticsearchConverterMappingContext used by the converter.getMappingContext in interface ElasticsearchConverterpublic org.springframework.core.convert.ConversionService getConversionService()
ElasticsearchConverterConversionService used by the converter.getConversionService in interface ElasticsearchConverterpublic void setApplicationContext(org.springframework.context.ApplicationContext applicationContext)
throws org.springframework.beans.BeansException
setApplicationContext in interface org.springframework.context.ApplicationContextAwareorg.springframework.beans.BeansExceptionCopyright © 2011–2018 Pivotal Software, Inc.. All rights reserved.