How to bind custom Hateoas link class to RestTemplate? #794
Labels
in: client-side
Only affects client-side
in: documentation
Reference documentation
resolution: works as designed
I have a common library for a spring rest API of one my application.API exposes rest call with custom HATEOAS link.
ex)
Please find the below custom link class,
Client class:
Client sdk output:
Question: How to link custom link class to RestTemplate or Jackson object Mapper? So that it will bind all the Hateoas link attribute.
Any help would be really appreciated.
The text was updated successfully, but these errors were encountered: