Closed OskarKjellin closed 9 years ago
@OskarKjellin ive added support for java 8 date time types now
@conorroche Awesome! I'll try it out soon. One question though, when we upgrade to the latest version, the description per API disappears?
@OskarKjellin i wasn't aware of that can you give me more details e.g. give me some example source of your resource and the generated json thats different? I do know there is an issue ive just noticed in terms of some endpoints of ours not getting documented which im looking into atm
@OskarKjellin are you still having the problem you mentioned?
closing as i believe fixed and no feedback
I see you do support setting the old fashioned
java.util.Date
as a string with format of date. Would be nice to support some more of the java 8 date types such asOffsetDateTime
,LocalDate
and so forth.