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
While working on some Spring Boot configuration for CBORMapper, I've noticed that, unlike JsonMapper, CBORMapper does not have isEnabled methods for its format-specific features. I only really need them for testing that configuration has been applied correctly but they would certainly be useful for that. Symmetry with JsonMapper would perhaps be beneficial too.