[Add][Change] Core 增加 Converter 并增加对 FactoryName 不允许重复的限制;

[Add] GsonJsonObjectConverter, GsonJsonArrayConverter 增加对 Gson 中 JsonArray, JsonObject 的转换;
[Change] CacheStoreBuilder, FactoryInfo 增加对 FactoryName 的不重复限制, 增加对 FactoryInfo 的 hashCode, equals 方法实现(以 FactoryName 字段为主);
[Add] com.google.code.gson:gson:2.8.5 增加对 Gson 的依赖(解析数据, 后续可能会转移);
This commit is contained in:
2020-09-28 23:02:50 +08:00
parent cd3d5e42eb
commit 7fcef96b0a
5 changed files with 147 additions and 0 deletions

View File

@ -45,6 +45,12 @@
<version>3.0.0-alpha-SNAPSHOT</version>
</dependency>
<dependency>
<groupId>com.google.code.gson</groupId>
<artifactId>gson</artifactId>
<version>2.8.5</version>
</dependency>
<dependency>
<groupId>net.lamgc</groupId>
<artifactId>ContentGrabbingJi-CacheStore-local</artifactId>