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
It seems reasonable and useful to allow annotation(s) to specify loose/strict handling of Type Ids for polymorphic types.
The simplest location to do that would seem to be @JsonTypeInfo; this would only allow enabling/disabling for all (or none) subtypes but alternatives are probably more difficult to implement.