jooby-project / jooby

The modular web framework for Java and Kotlin
https://jooby.io
Apache License 2.0
1.7k stars 199 forks source link

mvc: kotlin: generate controller don't support Nested generics return type #3488

Closed Test-mycode closed 1 month ago

Test-mycode commented 1 month ago

origin code:

image

apt generate code: image

expect return type: com.pqitech.app.core.result.Results<List<UserInfo>>