public class JobExecutionModelAssembler extends java.lang.Object implements org.springframework.hateoas.server.RepresentationModelAssembler<JobExecution,org.springframework.hateoas.EntityModel<JobExecution>>
Constructor and Description |
---|
JobExecutionModelAssembler() |
Modifier and Type | Method and Description |
---|---|
org.springframework.hateoas.EntityModel<JobExecution> |
toModel(JobExecution jobExecution) |
@Nonnull public org.springframework.hateoas.EntityModel<JobExecution> toModel(JobExecution jobExecution)
toModel
in interface org.springframework.hateoas.server.RepresentationModelAssembler<JobExecution,org.springframework.hateoas.EntityModel<JobExecution>>