diff --git a/Custom-ObjectMapper.md b/Custom-ObjectMapper.md index 23d493b..6fd85be 100644 --- a/Custom-ObjectMapper.md +++ b/Custom-ObjectMapper.md @@ -31,6 +31,33 @@ public class CustomEntityMapper implements EntityMapper { ``` -3. Done +3. Inject your custom implementation to template -Default implementation for EntityMapper used in project can be found here https://github.com/spring-projects/spring-data-elasticsearch/blob/master/src/main/java/org/springframework/data/elasticsearch/core/DefaultEntityMapper.java \ No newline at end of file +```xml + + + + + + + + + + + + + + + + + + + +``` + +Default implementation for EntityMapper used in project can be found here https://github.com/spring-projects/spring-data-elasticsearch/blob/master/src/main/java/org/springframework/data/elasticsearch/core/DefaultEntityMapper.java