sdaschner / jaxrs-analyzer

Creates REST documentation for JAX-RS projects
Apache License 2.0
319 stars 101 forks source link

POJO Fields of Type java.util.Date To Swagger of Type object #115

Open tran1192 opened 7 years ago

tran1192 commented 7 years ago

JAX-RS Analyzer version 0.14 converts POJO fields of type java.util.Date to Swagger of type object. Isn't it supposed to convert java.util.Date to Swagger of type date?

ghost commented 6 years ago

Hi Sebastian,

cool project! I saw your enhancement and would like to add, that java.util.LocalDate also converts to "object".

Cheers Johannes