Oliver Lehmann
Oliver Lehmann
Imho this issue is still valid and can't be fixed with the current MapStruct release. No matter what conditionExpression is added or what null*CheckStrategy is set - in the generated...
@filiphr not sure thats really the case. Imagine I have the following Mappings: ```java @Mapping(target = "bankAccount.accountNumber", source = "accountNumber") @Mapping(target = "bankAccount.bankCode", source = "bankCode") ``` I currently can't...
@filiphr I see, thanks for explaining it. Would the generator intelligent enough to handle multiple target Objects? `isValid()` is checking the validity for creating `BankAccount` or leaving it null in...
Any news about getting this into main?
Quite a lot of time has passed by for this rather trivial issue. I was just wondering - what holding the pull request back from getting merged?
Es gibt Bibliotheken die können (so gut es eben möglich ist) den vermeintlich gewünschten Charset erkennen. Z.B https://github.com/albfernandez/juniversalchardet ``` final byte[] rawFileContents = ..... final UniversalDetector detector = new UniversalDetector(null);...