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

I can't find SimpleIdentifiableResourceAssembler

Open zachariahyoung opened this issue 7 years ago • 5 comments

Has this class not been add to the spring hateos project?

zachariahyoung avatar Jan 16 '18 20:01 zachariahyoung

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.

gregturn avatar Jan 16 '18 21:01 gregturn

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.

karlnicholas avatar Apr 02 '18 16:04 karlnicholas

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

gregturn avatar Apr 02 '18 17:04 gregturn

Hi, thanks Greg. Yes, found it, moved on to ResourceAssemblerSupport class which seems to be doing what I'm trying. Thanks,

karlnicholas avatar Apr 02 '18 17:04 karlnicholas

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.

satishrao84 avatar Mar 04 '22 00:03 satishrao84