spring-hateoas
spring-hateoas copied to clipboard
support for embedding HAL resources. serialization only.
See #270 and #36
@trombka Please sign the Contributor License Agreement!
Click here to manually synchronize the status of this Pull Request.
See the FAQ for frequently asked questions.
See https://github.com/spring-projects/spring-hateoas/issues/270#issuecomment-470976112 and https://github.com/spring-projects/spring-hateoas/issues/175#issuecomment-470974583 for examples of a fluent API I'm working on to simplify building RepresentationModel
objects.
NOTE: I still don't have a way to mix both top level data attributes AND embedded stuff, which is clearly denoted in the spec. That may require something more fundamental.