Way to modify rest api response field name as per type field in response
I have a spring boot service and API. The API response has a field called as information whose json field name is to be modified as per type of the response.
e.g
Deserialize and serialize value object from JSON
In my project im using a value objects eg:
How to make Spring Boot MVC REST APIs adhere to jsonapi.org standards
I am making a simple Spring Boot application with a POST API. I want to return my request in the form of jsonapi.org standard. How can I do that?
How to make SpringBoot Mvc rest apis adhere to jsonapi.org standards
i am making a simple springboot application having a post api.I want to return my request in the form of jsonapi.org standard. How can i do that.Has anyone worked with jsonapi.org specs.