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
Looks like serializers constructed for @JsonValue have higher precedence than custom serializers; that is, registered custom serializer is not found if POJO type has @JsonValue annotation.
This is wrong.