Using @JsonFormat(shape = JsonFormat.Shape.STRING)
on int
, long
properties not working
#118
Labels
Milestone
(note: continuation of #117)
Looks like the way
int
andlong
coercion for@JsonFormat(shape = Shape.STRING)
works is done in a way that does not work with Afterburner.The text was updated successfully, but these errors were encountered: