-
Notifications
You must be signed in to change notification settings - Fork 652
Open
Description
Ran into an issue where I have a custom element that I want to add to the APNS payload, but the POJO has values which could be null. By default the ObjectMapper inserts null values into the payload, which is a waste of already restricted space. I was hoping for a hook to customize the ObjectMapper used or to at least retrieve the one being used, but it is private static and can't be touched.
I am going to extend the class and only override the method that is using the ObjectMapper, but I think that this functionality should be available by default.
Metadata
Metadata
Assignees
Labels
No labels