Colin Gray

Results 1 issues of Colin Gray

### Expected Behavior For the following class I expect `openTime` and `closeTime` to serialize as `"HH:mm"`. ```kotlin @Embeddable @Introspected data class Hours( var dayOfWeek: DayOfWeek, @JsonFormat(shape = JsonFormat.Shape.STRING, pattern =...