DATAREDIS-1179 - Polishing.

Reorder methods. Make MappingRedisConverter(RedisMappingContext) public. Tweak docs wording.

Original pull request: #548.
This commit is contained in:
Mark Paluch
2020-07-15 10:41:54 +02:00
parent 3453558d5c
commit 9267f39abb
4 changed files with 35 additions and 31 deletions

View File

@@ -29,6 +29,8 @@ import org.springframework.data.redis.core.mapping.RedisMappingContext;
import org.springframework.data.redis.hash.ObjectHashMapper;
/**
* Unit tests for {@link ObjectHashMapper}.
*
* @author Christoph Strobl
* @author Mark Paluch
*/