OpenAPITools / jackson-databind-nullable

JsonNullable wrapper class and Jackson module to support meaningful null values
Apache License 2.0
102 stars 30 forks source link

Stream API for JsonNullable wrapper #56

Open DunkanMcLoud opened 1 year ago

DunkanMcLoud commented 1 year ago

Sometimes it is useful to access DTO's nested data by the means of JDK stream api

NicklasWallgren commented 8 months ago

Any chance of this getting merged?

DunkanMcLoud commented 8 months ago

@NicklasWallgren Hi! As a workaround before merge, you could use lombok's @ExtensionMethod with these methods' implementations. Hope this will help you. Cheers!

NicklasWallgren commented 8 months ago

@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.