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
We should not allow constructing JsonNodes around null, except for explicit NullNode: attempts to do so should throw a JacksonException (DatabindException subtype).
This should be checked for:
TextNode
BigIntegerNode
DecimalNode
BinaryNode
There may also be cases where we decide null is appropriate content.
One such type is POJONode.