SetEnabledCustomTag set enabled flag for set custom tag name if set true and set customTagName, the custom tag will be check during mapping's GetFieldName default is false
(isEnabled bool)
| 95 | // if set true and set customTagName, the custom tag will be check during mapping's GetFieldName |
| 96 | // default is false |
| 97 | func SetEnabledCustomTag(isEnabled bool) { |
| 98 | standardMapper.SetEnabledCustomTag(isEnabled) |
| 99 | } |
| 100 | |
| 101 | func IsEnabledCustomTag() bool { |
| 102 | return standardMapper.IsEnabledCustomTag() |
no test coverage detected
searching dependent graphs…