-
### Expected behavior
When I retrieve my data from DB, sometime the collection is Immutable. ex: when using @Type(type = "json").
When I do a partial request, I expect it to keep working.
ie: Not t…
-
-
I have an abstract class common to a bunch of mappers. This abstract class include a couple of abstract methods which are meant to be implemented _manually_ by the mappers and not generated by mapstru…
-
-
### Feature description
We use Mapstruct mappers a lot. I just heard about a Spring integration that automatically registers Mapstruct Mappers (or Adapters to them) as Converters in Spring.
I'd re…
-
Hi,
there seems to be a classloader issue when using lomboks javaagent with Eclipse and mapstructs annotation processing.
There has been some discussion including observations and the relevant sta…
-
### Use case
I would like to be able to cause code generation to fail if `Mapper1` or `Mapper2` are not really used.
```
@Mapper(uses = { Mapper1.class, Mapper2.class})
public interface MainMapp…
-
### Expected behavior
Given the following records:
```java
public record ChildDto(String firstName) {}
public record ParentDto(String firstName, ChildDto child) {}
public record Child(String …
-
Hi,
probably I have misconfigured something but cannot figure out what for getting this:
`No implementation was created for QcMapper due to having a problem in the erroneous element com.google.type…
-
Internal error in the mapping processor: java.lang.IllegalStateException: ProcessingEnvOptionsHolder not initialized yet.
```
ProtobufEntity mapFromDto(Entity entity);
// causes Internal error in…