Interface MeilisearchConverter
- All Known Implementing Classes:
MappingMeilisearchConverter
public interface MeilisearchConverter
Meilisearch converter aware of
MappingContext.- Author:
- Junghoon Ban
- See Also:
-
Method Summary
Modifier and TypeMethodDescriptiondefault StringReturns theConversionServiceused by the converter.Returns theMappingContext. used by the converter.
-
Method Details
-
getMappingContext
MappingContext<? extends MeilisearchPersistentEntity<?>,MeilisearchPersistentProperty> getMappingContext()Returns theMappingContext. used by the converter.- Returns:
- never null.
-
getConversionService
ConversionService getConversionService()Returns theConversionServiceused by the converter.- Returns:
- never null.
-
convertId
-