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