spring-hateoas-examples icon indicating copy to clipboard operation
spring-hateoas-examples copied to clipboard

Create Kotlin example app

Open gregturn opened this issue 8 years ago • 1 comments

Good opportunity to verify things like https://github.com/spring-projects/spring-hateoas/issues/222

gregturn avatar Jun 16 '17 05:06 gregturn

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()

dalbani avatar May 06 '18 21:05 dalbani