public class MappingElasticsearchConverter extends Object implements ElasticsearchConverter, ApplicationContextAware
| Constructor and Description |
|---|
MappingElasticsearchConverter(MappingContext<? extends ElasticsearchPersistentEntity<?>,ElasticsearchPersistentProperty> mappingContext) |
| Modifier and Type | Method and Description |
|---|---|
ConversionService |
getConversionService()
Returns the underlying
ConversionService used by the converter. |
MappingContext<? extends ElasticsearchPersistentEntity<?>,ElasticsearchPersistentProperty> |
getMappingContext()
Returns the underlying
MappingContext used by the converter. |
void |
setApplicationContext(ApplicationContext applicationContext) |
public MappingElasticsearchConverter(MappingContext<? extends ElasticsearchPersistentEntity<?>,ElasticsearchPersistentProperty> mappingContext)
public MappingContext<? extends ElasticsearchPersistentEntity<?>,ElasticsearchPersistentProperty> getMappingContext()
ElasticsearchConverterMappingContext used by the converter.getMappingContext in interface ElasticsearchConverterpublic ConversionService getConversionService()
ElasticsearchConverterConversionService used by the converter.getConversionService in interface ElasticsearchConverterpublic void setApplicationContext(ApplicationContext applicationContext) throws BeansException
setApplicationContext in interface ApplicationContextAwareBeansExceptionCopyright © 2011–2019 Pivotal Software, Inc.. All rights reserved.