Benjamin Mogensen

Results 2 comments of Benjamin Mogensen

I decided to use the Swagger annotations instead with: ``` @ApiModel( value = "Party", description = "An organization or person") public class Party { ... } ``` Create the Swagger...

I am having the same issue. I am pretty new to the schema generation but have been trying to get `java.util.Date` to be formatted with this annotation: ``` @JsonFormat(shape =...