Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type MapConfiguration ¶
type StructMapper ¶
type StructMapper struct {
// contains filtered or unexported fields
}
func NewStructMapper ¶
func NewStructMapper(src, dst types.Type) *StructMapper
func (*StructMapper) IgnoreFields ¶
func (m *StructMapper) IgnoreFields(dstFields ...string) *StructMapper
func (*StructMapper) Map ¶
func (m *StructMapper) Map() MapConfiguration
func (*StructMapper) MapField ¶
func (m *StructMapper) MapField(srcField, dstField string) *StructMapper
func (*StructMapper) RecognizePrefixes ¶
func (m *StructMapper) RecognizePrefixes(prefixes ...string) *StructMapper
Click to show internal directories.
Click to hide internal directories.