You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Issue became apparent when using an @JsonAnySetter with the Immutables Library. The underlying implementation uses a guava ImmutableMap which throws an exception when a null entry is added.
I'm using the following interface method declaration for the anySetter. The expectation is that null values would be deserialized as an instance of NullNode instead of null