Filip Hrisafov
Filip Hrisafov
@thedrow can you please provide a minimal project that we can use to understand the problem?
This is a really good analysis and reference to #3161. Thanks @TrianguloY. I agree with you, what you are proposing should be something that we should be able to easily...
@Zegveld I'd like to tread adding an annotation for how to treat source parameters as part of #2559. I don't want to add another annotation to support this at the...
@saikumar-a thanks for raising this issue. I think that someone has already proposed something like this, but I can't seem to find the related issue. In any case, this is...
@saikumar-a it is not possible to write an expression for writing into the target field. In order to achieve what you are looking for you should use one of the...
@chris922 thanks for looking into this. Not sure if you need the `source` only, or also the `target`. I think that for `target` will be a bit more complex since...
>And what should we throw instead? I think it makes sense to inform the user that something can't be mapped. Unfortunately we have to do this at runtime, because we...
I don't think it will lead to confusing bugs if we explain it in the documentation. In the end we are a mapping library which generates Java code. If something...
>However, I didn't understand your idea about Ignore that for now. It isn't that important
Looks better @Obolrom. However, I see that there is a change in behaviour and now we always pass `Locale.getDefault` to certain places. I would say that we should only pass...