Allow introspection and config-override system to use JsonTypeInfo.Value
#3943
Labels
to-evaluate
Issue that has been received but not yet evaluated
(Follow up to FasterXML/jackson-annotations#226)
This issue is made to keep history of changes made to achieve (as title).
Motivation (background)
JsonTypeInfo.Value
class was introduced in Jackson 3.0 and backported tojackson-annotations
in 2.16 by FasterXML/jackson-annotations#229, to allow convenient handling byAnnotationIntrospector
and to add overrides via "config-override" system.Changes
Considering volume of changes, it be split changes into multiple pieces(tasks), as below.
AnnotationIntrospector.findPolymorphicTypeInfo()
from Jackson 3.0 #3945TypeResolverBuilder
initialization mechanisms from Jackson 3.0 #3949JsonTypeInfo.Value
for annotation handling #3953JsonTypeInfo.Value
#3942@JsonTypeInfo.Value
#3959The text was updated successfully, but these errors were encountered: