FasterXML / jackson-annotations

Core annotations (annotations that only depend on jackson-core) for Jackson data processor
https://github.com/FasterXML/jackson
Apache License 2.0
1.03k stars 330 forks source link

Add `requireTypeIdForSubtypes` property for `JsonTypeInfo.Value`, backporting from Jackson 3.0 #229

Closed JooHyukKim closed 1 year ago

JooHyukKim commented 1 year ago

As discussed in #226

cowtowncoder commented 1 year ago

Thank you again @JooHyukKim !