spring-hateoas icon indicating copy to clipboard operation
spring-hateoas copied to clipboard

#242: added a resources property to the Resource class in order to more ...

Open jstano opened this issue 10 years ago • 2 comments

...easily support a resource having embedded or nested resources

jstano avatar Aug 26 '14 18:08 jstano

@jstano Please sign the Contributor License Agreement!

Click here to manually synchronize the status of this Pull Request.

See the FAQ for frequently asked questions.

pivotal-issuemaster avatar Dec 17 '18 18:12 pivotal-issuemaster

I don't like this design given how it breaks the OO structure of the ResourceSupport type hierarchy.

Given we support multiple mediatypes, not all of which support the concept of embeddables, we need some sort of API that allows this to be done but without forcing the knowledge of HAL into these types.

gregturn avatar Jan 15 '19 18:01 gregturn