@JsonFormat(shape = JsonFormat.Shape.OBJECT) public enum Distance { ... }
How To Serialize Enums as JSON Objects with Jacksoncode