public class JobModelAssembler
extends java.lang.Object
implements org.springframework.hateoas.server.RepresentationModelAssembler<com.netflix.genie.common.dto.Job,org.springframework.hateoas.EntityModel<com.netflix.genie.common.dto.Job>>
| Constructor and Description |
|---|
JobModelAssembler() |
| Modifier and Type | Method and Description |
|---|---|
org.springframework.hateoas.EntityModel<com.netflix.genie.common.dto.Job> |
toModel(com.netflix.genie.common.dto.Job job) |
@Nonnull public org.springframework.hateoas.EntityModel<com.netflix.genie.common.dto.Job> toModel(com.netflix.genie.common.dto.Job job)
toModel in interface org.springframework.hateoas.server.RepresentationModelAssembler<com.netflix.genie.common.dto.Job,org.springframework.hateoas.EntityModel<com.netflix.genie.common.dto.Job>>