Skip to content
#

annotation-processor

Here are 356 public repositories matching this topic...

mjustin
mjustin commented Feb 1, 2021

I have a mapper type that's mapping optional list elements from user input to required list elements internally. MapStruct provides the option to set a NullValueMappingStrategy, but that also maps beans to null. It would be helpful for my use case if NullValueMappingStrategy had the option to return default for collection-like objects (map/iterable), but not for beans. It seems something ge

Improve this page

Add a description, image, and links to the annotation-processor topic page so that developers can more easily learn about it.

Curate this topic

Add this topic to your repo

To associate your repository with the annotation-processor topic, visit your repo's landing page and select "manage topics."

Learn more