mirror of
https://gitee.com/dromara/easy-es.git
synced 2025-12-06 17:18:57 +08:00
fix: 修复jackson对于nested类型的类未添加的问题
This commit is contained in:
parent
f8ce6cf7d0
commit
7bcf9dda2c
@ -43,7 +43,7 @@ public class JacksonCache {
|
||||
|
||||
// nested嵌套类
|
||||
e.getNestedOrObjectClassMappingColumnMap().forEach((nestedClz, nestedMappingColumnMap) -> {
|
||||
if (JacksonCustomConfig.jacksonConfigMap.containsKey(clz)) {
|
||||
if (JacksonCustomConfig.jacksonConfigMap.containsKey(nestedClz)) {
|
||||
return;
|
||||
}
|
||||
JacksonCustomConfig c = init(nestedClz, null, null, nestedMappingColumnMap,
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user