As follow-up of #2783 (#2760), how about also support java.time.Duration type for @Param annotation?
class MyService {
@Get("/data")
HttpResponse getAllDataDuringTheDuration(@Param Duration duration) {
...
}
}
In addition to this, it would be better to support the classes in the java.time package.
SGTM. Please go ahead 馃槃
Most helpful comment
SGTM. Please go ahead 馃槃