ScaCap / spring-auto-restdocs

Spring Auto REST Docs is an extension to Spring REST Docs
https://scacap.github.io/spring-auto-restdocs/
Apache License 2.0
311 stars 86 forks source link

Wrong type for Instant[] #429

Closed mustaphazorgati closed 3 years ago

mustaphazorgati commented 3 years ago

The RequestParameterSnippet generates Array[Object] as the type for Instant[] data type. For Instant the generated type is String. The expected type for Instant[] is Array[String]

jmisur commented 3 years ago

Fixed in #431