-
Notifications
You must be signed in to change notification settings - Fork 472
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
hateoas.Link is not marked as ignorable #524
Comments
Do you have your |
Yes I did it like the following:
The FAIL_ON_IGNORED_PROPERTIES is default as false but I added it to make sure that no exeption is thrown if there is a value that should be explicit be ignored. If I comment that line out and use the below line it works. But the templated value is marked as ignorable so I'm wondering why it's not working without setting the FAIL_ON_UNKNOWN_PROPERTIES to false. |
|
Oh okay yes. Thank you for the answers. |
Hello,
I get the following error when I try to consume a api with restTemplate
I restTemplate request is the following:
The response of the Rest api is the following:
It already looked in the hateoas.Link class and the Annotation to ignore the "templated" property is already set but not recognized I guess.
The text was updated successfully, but these errors were encountered: