MCPcopy Index your code
hub / github.com/devfeel/mapper / AutoMapper

Method AutoMapper

mapper.go:13–13  ·  view source on GitHub ↗
(fromObj, toObj interface{})

Source from the content-addressed store, hash-verified

11type IMapper interface {
12 Mapper(fromObj, toObj interface{}) error
13 AutoMapper(fromObj, toObj interface{}) error
14 MapperMap(fromMap map[string]interface{}, toObj interface{}) error
15 MapToSlice(fromMap map[string]interface{}, toSlice interface{}) error
16 MapperMapSlice(fromMaps map[string]map[string]interface{}, toSlice interface{}) error

Callers 4

AutoMapperFunction · 0.65
Test_Object_AutoMapperFunction · 0.65
mainFunction · 0.65

Implementers 1

mapperObjectmapper_object.go

Calls

no outgoing calls

Tested by 2

Test_Object_AutoMapperFunction · 0.52