How can I prevent mapping of null objects within an object using ModelMapper?
I’m using ModelMapper for object mapping in my Java application. However, I encountered an issue where null objects inside the source object are still being mapped to the destination object. How can I configure ModelMapper to skip mapping of null objects?