Re: [jackson-user] Using JsonTypeInfo to generate type info in Map> values

2021-09-13 Thread Mark Gibson
Thank you Tatu It is #2 I'm referring to. I should have included the output when enableDefaultTyping is on ...

[jackson-user] XML, Records, Sealed interfaces

2021-09-13 Thread rm.io7m
Hello! I have another example that feels like it _should_ work but actually doesn't. Again, this is a drastically simplified example that comes from a real existing schema, and uses sealed interfaces that are currently a preview feature (at least until JDK 17 appears tomorrow). ~~~ import

Re: [jackson-user] Is it possible to express this with Jackson Dataformat XML?

2021-09-13 Thread rm.io7m
On 2021-09-12T16:46:50 -0700 Tatu Saloranta wrote: > > Could I ask you to file an issue for jackson-databind, to request such > annotation (annotation goes in jackson-annotations, but handling code > is all > databind), if that makes sense to you? Perhaps I could even think of > how to extend