EnumMap keys not using enum's @JsonProperty
values unlike Enum values
#1322
Milestone
@JsonProperty
values unlike Enum values
#1322
Based on these issues:
#677
#1148
FasterXML/jackson-annotations#96
I implemented @JsonProperty for my enum constants and they show up nicely when they are property values. But I also have an EnumMap which uses the enum, and it's generated JSON uses the original enum names for the keys and not the JsonProperty values.
Using 2.8.1 (in spring boot 4.3.2)
Thanks!
The text was updated successfully, but these errors were encountered: