Class JobSearchResultModelAssembler

  • All Implemented Interfaces:
    org.springframework.hateoas.server.RepresentationModelAssembler<JobSearchResult,​org.springframework.hateoas.EntityModel<JobSearchResult>>

    public class JobSearchResultModelAssembler
    extends java.lang.Object
    implements org.springframework.hateoas.server.RepresentationModelAssembler<JobSearchResult,​org.springframework.hateoas.EntityModel<JobSearchResult>>
    Assembles Job resources out of job search result DTOs.
    Since:
    3.0.0
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      org.springframework.hateoas.EntityModel<JobSearchResult> toModel​(JobSearchResult job)
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
      • Methods inherited from interface org.springframework.hateoas.server.RepresentationModelAssembler

        toCollectionModel
    • Constructor Detail

      • JobSearchResultModelAssembler

        public JobSearchResultModelAssembler()