Replies: 1 comment 4 replies
-
Beta Was this translation helpful? Give feedback.
4 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
Convert method of custom type converter should be called with
TypePair
or be accessible inResolutionContext
. This is useful when mapping between generic type and object.Source/destination types
Mapping configuration
Version
11.0.1
Expected behavior
Converter could access types being mapped. This could be provided in
Convert
method as an argument or a property ofResolutionContext
.Using this converter, I'm not required to create map for every combination Setting -> U.
Beta Was this translation helpful? Give feedback.
All reactions