automapper ~master (2019-01-24T20:09:57Z)
Dub
Repo
SourceNamingConventionConfig
automapper
config
A struct to configure the naming convention used in the source object.
package
struct
SourceNamingConventionConfig (
T
)
if
(
isNamingConvention
!
T
) {
alias
Convention
=
T
;
}
Members
Aliases
Convention
alias
Convention
=
T
Undocumented in source.
Meta
Source
See Implementation
automapper
config
classes
ForMemberConfig
IgnoreConfig
MapperConfiguration
ObjectMapperConfig
ObjectMemberMappingConfig
enums
ForMemberConfigType
structs
DestNamingConventionConfig
ReverseMapConfig
SourceNamingConventionConfig
templates
isConfigurationObject
isDestNamingConventionConfig
isForMember
isObjectMapperConfig
isObjectMemberMappingConfig
isReverseMapConfig
isSourceNamingConventionConfig
A struct to configure the naming convention used in the source object.