mapstruct-idea icon indicating copy to clipboard operation
mapstruct-idea copied to clipboard

An IntelliJ IDEA plugin for working with MapStruct

Results 72 mapstruct-idea issues
Sort by recently updated
recently updated
newest added

This is a first take on it. With this change fluent remover's will be ignored when verifying the mapper. A remover (removePassenger) is added to FluentCarDTO as part of the...

If [issue#3072](https://github.com/mapstruct/mapstruct/issues/3072) in mapstruct is merged the idea-plugin will give false errors for fluent remover's. Given the Source class: public class Source { private List strings = new ArrayList(); public...