-
### Use case
i want to patch some lacked properties, just like:
if (target.getFoo() == null) {
target.setFoo(source.getFoo());
}
### Generated Code
_No response_
### Possible workarounds
_…
-
Currently goverter always instantiates the target type itself. Sometimes there is already an instance of the target type and you just want to copy the source fields to the target field. Example:
``…
-
- [x] Configuração de Fetch: Lazy (quando não quer obter os dados da subclasse) e Eager (quando quer obter os dados das subclasses) no @OneToMany{mappedby=}
- [x] @Transactional(readOnly = true) é n…
-
Mapstruct Plus 是 Mapstruct 的增强工具,在 Mapstruct 的基础上,实现了自动生成 Mapper 接口的功能,并强化了部分功能,使 Java 类型转换更加便捷、优雅。
和 Mapstruct 一样,本质上都是一个基于 JSR 269 的 Java 注释处理器,因此可以由 Maven、Gradle、Ant 等来构建触发。
Mapstruct Plus 内嵌…
-
### What would you like Renovate to be able to do?
I would like to make use of the Github.com changelog fetching feature in a gitlab-renovate-runner project.
The problem is, that direct access to …
-
For example I am using springboot related framework. I would create an Aform.
1. When passing to the Service, it needs to be inserted into the database and it needs to be converted to AEntiy.
…
-
https://github.com/mapstruct/mapstruct/issues/1270#issuecomment-322548757
Thanks for the nice words. We are glad that you like MapStruct 😄 .
The problem is that you have only `mapstruct-processo…
-
### Expected behavior
~~~java
import org.mapstruct.Condition;
public class PresenceCheckUtils {
@Condition
public static boolean isNotEmpty(String value) {
return value != …
dugq updated
2 months ago
-
### Use case
When mapping from BigDecimal / double to String type (maybe like a number with 2 digits after separator), then it choose separator with honor to default program locale.
So, the results …
-
This issue lists Renovate updates and detected dependencies. Read the [Dependency Dashboard](https://docs.renovatebot.com/key-concepts/dashboard/) docs to learn more.
## Open
These updates have all …