Files
spring-hateoas/src/main/java/org/springframework
Oliver Drotbohm aea4c4c91f #811 - Added ability to override single link render mode per link relation.
HalConfiguration now exposes a withSingleLinkRenderModeFor(…) taking a path pattern to be rendered in the also given RenderSingleLinks mode. It takes patterns as link relations are either plain strings or valid URIs.

Simplified HAL link list rendering in Jackson2HalModule avoiding double nesting of collections before rendering.
2019-02-21 16:46:53 +01:00
..