Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in spring-hateoas

How to register Jackson2HalModule manually for standalone unit testing?

How to create link pointing to Spring controller action that returns void

How to enable HAL rendering without using @EnableHypermediaSupport with spring hateoas?

Converter from @PathVariable DomainObject to String? (using ControllerLinkBuilder.methodOn)

adding HTTP method to Spring HATEOAS links

java spring spring-hateoas

How to build a templated link?

spring-hateoas

Setting a base url for urls generated by Spring

spring spring-hateoas

Spring Data Rest - Add link to search endpoint

Swagger and RESTful spring hateoas resources

Add link to Spring Data REST Repository resource

Spring-HATEOAS without extending ResourceSupport

How to change the property name of an embbed collection in Spring Hateos

spring spring-hateoas

Using a Spring Data Rest @Projection as a representation for a resource in a custom controller

How to represent a read-only property in a REST Api

Mapping HAL URI in @RequestBody to a Spring Data Rest managed entity

Exposing hypermedia links on collection even it's empty using Spring Data Rest

Spring Data Rest custom controller with patch method - how to merge resource with entity

Spring 5 Reactive WebClient does not seem to deserialize parameterized types

How to consume list of entities response from spring-data-rest