-
Notifications
You must be signed in to change notification settings - Fork 481
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Need more types of conversions supported #642
Comments
@yuanpli ; if you are willing to create PRs, i am willing to review/merge. |
Hi, I find that the basic String To Enum is supported already. But the String in Map is not as below testcase.
I have created the PR for this change, could you kindly review it? Thanks a lot! |
I find that the nested map conversion is supported via the following configuration.
That is great and easy to understand. |
@yuanpli ; are all conversions covered? can this be closed? |
Hi @garethahealy, it seems that String/Integer to Boolean and reverse conversions are not covered by default after checked from the UT com.github.dozermapper.core.functional_tests.NewCustomConverterTest. From my point of view, it would be better if can make these conversions be built-in functionalities since those are so common to use, and also belongs to the primitive type conversion. If there is no plan at this momont, this ticket can be closed. |
Hi,
Can the dozer provide more types of conversions by default?
Such as:
etc.
For
Nested Map key Mapping
, it is imaged like:Thanks a lot!
Br,
Yuanping
The text was updated successfully, but these errors were encountered: