spring-hateoas icon indicating copy to clipboard operation
spring-hateoas copied to clipboard

Migrate JSON Schema builder classes from Spring Data REST to Spring HATEOAS

Open gregturn opened this issue 6 years ago • 0 comments
trafficstars

The builders to construct an ALPS document reside within this project and are leveraged by Spring Data REST when building profiles.

The JSON Schema code should also be migrated to Spring HATEAOS for similar purpose. Users should be able to assemble a JSON Schema compliant document manually directly with Spring HATEOAS, while Spring Data REST can still leverage thta when it autobuilds the same links.

gregturn avatar Aug 04 '19 21:08 gregturn