Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in spring-hateoas

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

Exposing link on collection entity in spring data REST

Spring HATEOAS & HAL: Can I serve just Links but no content?

java spring spring-hateoas

Spring-boot + REST + HATEOAS + HAL

Migrating ResourceProcessor to HATEOAS 1.0.0 M1

Missing linkTo and methodOn declarations Spring HATEOAS STS

Java Client for POSTing complex entities to a Spring Data REST / HATEOAS service

Spring Data Rest: removing _links attributes from the response of a hypermedia Rest JPA entities

How to create a new parent entity that references an already existing child entity in spring data rest / HATEOAS

Spring Data Serialization of Embeddable with ManyToOne References