Skip to content

Commit bfe43b4

Browse files
committed
新增多态反射反序列化的文章
1 parent 5ba9e6a commit bfe43b4

5 files changed

Lines changed: 8 additions & 4 deletions

File tree

.idea/compiler.xml

Lines changed: 1 addition & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

.idea/encodings.xml

Lines changed: 2 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
1-
## Relevant Articles
2-
- [@JsonSubTypes vs. Reflections for Polymorphic Deserialization in Jackson](https://www.baeldung.com/java-jackson-polymorphic-deserialization)
1+
## 相关文章
2+
- [Jackson 中的 @JsonSubTypes 对比多态反射反序列化](https://track.ossez.com/articles/PL-A-37491939/JsonSubTypes-vs.-Reflections-for-Polymorphic-Deserialization-in-Jackson)

jackson-modules/jackson-polymorphic-deserialization/pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,9 +7,9 @@
77
<name>jackson-polymorphic-deserialization</name>
88

99
<parent>
10-
<groupId>com.baeldung</groupId>
10+
<groupId>com.ossez</groupId>
1111
<artifactId>jackson-modules</artifactId>
12-
<version>0.0.1-SNAPSHOT</version>
12+
<version>0.0.2-SNAPSHOT</version>
1313
</parent>
1414

1515
<dependencies>

jackson-modules/pom.xml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,7 @@
2222
<module>jackson-custom-conversions</module>
2323
<module>jackson-exceptions</module>
2424
<module>jackson-jr</module>
25+
<module>jackson-polymorphic-deserialization</module>
2526
</modules>
2627

2728
<dependencies>

0 commit comments

Comments
 (0)