This commit is contained in:
John Guo
2025-03-02 13:09:40 +08:00
parent 7f030248ac
commit d5e786ce93
35 changed files with 3214 additions and 3085 deletions

View File

@ -29,7 +29,7 @@ func (cf *ConvertConfig) GetCachedStructInfo(structType reflect.Type, priorityTa
// else create one.
// it parses and generates a cache info for given struct type.
cachedStructInfo = NewCachedStructInfo(cf.customConvertTypeMap, cf.anyToTypeConvertMap)
cachedStructInfo = NewCachedStructInfo(cf.typeConverterFuncMap, cf.anyToTypeConvertMap)
var (
priorityTagArray []string
parentIndex = make([]int, 0)