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

Struct mapperObject

mapper_object.go:11–20  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

9)
10
11type mapperObject struct {
12 ZeroValue reflect.Value
13 DefaultTimeWrapper *TimeWrapper
14 typeWrappers []TypeWrapper
15 timeType reflect.Type
16 jsonTimeType reflect.Type
17 fieldNameMap sync.Map
18 registerMap sync.Map
19 setting *Setting
20}
21
22func NewMapper(opts ...Option) IMapper {
23 setting := NewSetting(opts...)

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected