spring-hateoas
spring-hateoas copied to clipboard
#242: added a resources property to the Resource class in order to more ...
...easily support a resource having embedded or nested resources
@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.
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.