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
Given a class of this form, the documentation suggests that value should be created as a LinkedList, however it is always an ArrayList. Furthermore, if I modify the @JsonDeserialize annotation with incorrect values (e.g. as = HashMap.class) it does not change behavior.