I'm finding a way to drive AutoMapper through user-defined configuration without changing codes.
For example, I want user-defined mapping definition like Source.Property.SubProperty1 => Result.SubProperty
drives how AutoMapper maps during run time.
Appreciate any suggestion.