ansman/kotshi

Always use the adapter for primitives if JsonQualifiers are present.

Closed this issue · 5 comments

There's no reason to annotate a primitive wth a qualifier unless you want an adapter to be used.

This is super easy, I just didn't feel like writing tests for it which will take 10x longer than the behavior change.

This is fixed. I guess I'll try writing a test for it...

And funny enough, I just ran into a case where I need this!

Should I cut a new release?