You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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 : )
The text was updated successfully, but these errors were encountered:
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 : )
The text was updated successfully, but these errors were encountered: