We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ccdfcf2 commit 433bb89Copy full SHA for 433bb89
src/main/java/org/springframework/data/redis/hash/Jackson2HashMapper.java
@@ -76,7 +76,7 @@
76
* Flattening requires all property names to not interfere with JSON paths. Using dots or brackets in map keys or as
77
* property names is not supported using flattening. The resulting hash cannot be mapped back into an Object.
78
* <h3>Example</h3>
79
- *
+ * <p>
80
* <pre class="code">
81
* class Person {
82
* String firstname;
@@ -85,7 +85,7 @@
85
* Date date;
86
* LocalDateTime localDateTime;
87
* }
88
- * <p>
+ *
89
* class Address {
90
* String city;
91
* String country;
0 commit comments