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
I'm using Spring 5.1.8, Spring Boot 2.1.6, and Spring HATEOAS 0.25.1.
As an example, I want to access Spring Boot Actuator resources, which are transmitted with the media type application/vnd.spring-boot.actuator.v2+json.
For that to work, I have to provide a LinkDiscoverer for that media type:
The definition is basically a copy of HalLinkDiscoverer since I cannot create instances of that with a custom media type, or access the JSON Path template.
It would be nice if creating LinkDiscoverers for HAL+JSON-compatible media types were easier.
The text was updated successfully, but these errors were encountered:
I'm using Spring 5.1.8, Spring Boot 2.1.6, and Spring HATEOAS 0.25.1.
As an example, I want to access Spring Boot Actuator resources, which are transmitted with the media type
application/vnd.spring-boot.actuator.v2+json
.For that to work, I have to provide a
LinkDiscoverer
for that media type:The definition is basically a copy of
HalLinkDiscoverer
since I cannot create instances of that with a custom media type, or access the JSON Path template.It would be nice if creating
LinkDiscoverer
s for HAL+JSON-compatible media types were easier.The text was updated successfully, but these errors were encountered: