spring-hateoas-examples
spring-hateoas-examples copied to clipboard
I can't find SimpleIdentifiableResourceAssembler
Has this class not been add to the spring hateos project?
No, it hasn't. It's found in this repo's "commons" section.
Essentially, I'm using this example repo as a place to gather feature mods I wish to carry back to Spring HATEOAS and eventually remove from this sample repo.
Well, I wouldn't mind being able to setup a demo HAL/HATEOAS project in spring framework but I can't find any documentation on using ResourceAssembler.
ResourceAssembler
is a Spring HATEOAS class. Documentation can be found here => https://docs.spring.io/spring-hateoas/docs/0.24.0.RELEASE/reference/html/#fundamentals.resource-assembler
Hi, thanks Greg. Yes, found it, moved on to ResourceAssemblerSupport class which seems to be doing what I'm trying. Thanks,
I don't understand. ELI5, where do I find SimpleIdentifiableResourceAssembler? It's not in org.springframework.hateoas.server
but this repo shows that it should be in org.springframework.hateoas
. I'm very confused.