Polymorphic Deserialization Based on Property (extend DEDUCTION
)
#4714
Labels
polymorphic-deduction
Issues related to "Id.DEDUCTION" mode of `@JsonTypeInfo`
Is your feature request related to a problem? Please describe.
Currently Polymorphic Deserialization without type indicator can be done in different ways
ID.DEDUCTION
`
Property Value
`
As mentioned these are existing flow..
I'm proposing to Deserialize based on difference in property example as below ClassA having 2 and classB having 3.. When in a scenario
`
}
`
Describe the solution you'd like
Below scenario with which class to Map.. Please refer problem for ClassA & ClassB definition
Usage example
Polymorphic definition based on type property and value is okay.. But based on class definition will be more useful
Additional context
No response
The text was updated successfully, but these errors were encountered: