spring-hateoas-examples
spring-hateoas-examples copied to clipboard
Create Kotlin example app
Good opportunity to verify things like https://github.com/spring-projects/spring-hateoas/issues/222
Should someone also run into the same ControllerLinkBuilder related issue as I did, I confirm that the workaround mentioned in comment https://github.com/spring-projects/spring-hateoas/issues/222#issuecomment-309089747 works. For example something like:
val link = linkTo(MyController::getItems.javaMethod, param1, param2).withSelfRel()