JavaScript is disabled on your browser.
java.lang.Object
com.netflix.genie.web.apis.rest.v3.hateoas.assemblers.JobModelAssembler
All Implemented Interfaces:
org.springframework.hateoas.server.RepresentationModelAssembler<Job ,org.springframework.hateoas.EntityModel<Job >>
public class JobModelAssembler
extends Object
implements org.springframework.hateoas.server.RepresentationModelAssembler<Job ,org.springframework.hateoas.EntityModel<Job >>
Assembles Job resources out of job DTOs.
Since:
3.0.0
Constructor Summary
Constructors
Method Summary
All Methods Instance Methods Concrete Methods
org.springframework.hateoas.EntityModel<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 Details
JobModelAssembler
public JobModelAssembler ()
Method Details
toModel
@Nonnull
public org.springframework.hateoas.EntityModel<Job > toModel (Job job)
Specified by:
toModel
in interface org.springframework.hateoas.server.RepresentationModelAssembler<Job ,org.springframework.hateoas.EntityModel<Job >>