clojj
clojj
:( @JsonUnwrapped doesn't seem to work with Kotlin, noooooo......!
It would not serialize a field of a complex type, instead it would just directly serialize the complex type. For my spring endpoint example, I would like to return a...
The good guys from arrow-kt have a Jackson lib, which covers several arrow types. So devs can use that, if they actually want to return "wrapped" responses. Ultimately, tribune-spring should...
Almost.. your Handler ha unit return type, which is not possible with Spring RestController methods.
@sksamuel Issue with JsonUnwrapped resolved, I'll try to polish this PR soon
Apart from being an example/teaser for spring folks, the basic question seems what real-world features such a handler can bring to the table: if it should serve as a generic...
@sksamuel first shot at trubune-spring module
> Would this return a 200 for both error and success? no, the jsonResponseHandler will return 404
I am really struggling with gradle-multiplatform... weird messages in IntelliJ, restart fixes them, gives me the feeling of 'only works on my machine' Get the message "...missing wrapper" should/must I...
Just refactored the handler to make it more generic