GetFieldName get fieldName with ElemValue and index if config tag string, return tag value
(objElem reflect.Value, index int)
| 151 | // GetFieldName get fieldName with ElemValue and index |
| 152 | // if config tag string, return tag value |
| 153 | func GetFieldName(objElem reflect.Value, index int) string { |
| 154 | return standardMapper.GetFieldName(objElem, index) |
| 155 | } |
| 156 | |
| 157 | // MapperMap mapper and set value from map to object |
| 158 | // support auto register struct |
searching dependent graphs…