public interface ElasticsearchConverter
| Modifier and Type | Method and Description |
|---|---|
default String |
convertId(Object idValue)
Convert a given idValue to its
String representation taking potentially registered
Converters into account. |
ConversionService |
getConversionService()
Returns the underlying
ConversionService used by the converter. |
MappingContext<? extends ElasticsearchPersistentEntity<?>,ElasticsearchPersistentProperty> |
getMappingContext()
Returns the underlying
MappingContext used by the converter. |
MappingContext<? extends ElasticsearchPersistentEntity<?>,ElasticsearchPersistentProperty> getMappingContext()
MappingContext used by the converter.ConversionService getConversionService()
ConversionService used by the converter.default String convertId(Object idValue)
String representation taking potentially registered
Converters into account.idValue - must not be null.Copyright © 2011–2020 Pivotal Software, Inc.. All rights reserved.