jackson-databind-nullable
jackson-databind-nullable copied to clipboard
Stream API for JsonNullable wrapper
Sometimes it is useful to access DTO's nested data by the means of JDK stream api
Any chance of this getting merged?
@NicklasWallgren Hi! As a workaround before merge, you could use lombok's @ExtensionMethod with these methods' implementations. Hope this will help you. Cheers!
@NicklasWallgren Hi! As a workaround before merge, you could use lombok's @ExtensionMethod with these methods' implementations. Hope this will help you. Cheers!
Thanks for the reply. I've created a fork instead.