spring-hateoas
spring-hateoas copied to clipboard
Why is it not a ‘_ embedded’ in the RepresentationModel?
trafficstars
Now I have a requirement to remotely call an API that returns HAL format data through FeignClient, and its return value includes'_ Embedded ', how can I automatically deserialize the return value of the call into an entity that I inherited from RepresentationModel? Or if there is any better implementation method, please provide me with a train of thought.
Thank you : )