@Component public class TaskCommentResourceAssembler extends org.springframework.hateoas.mvc.ResourceAssemblerSupport<pro.taskana.task.api.models.TaskComment,TaskCommentResource>
TaskCommentResource.| Constructor and Description |
|---|
TaskCommentResourceAssembler(pro.taskana.task.api.TaskService taskService) |
| Modifier and Type | Method and Description |
|---|---|
TaskCommentListResource |
toListResource(List<pro.taskana.task.api.models.TaskComment> taskComments) |
pro.taskana.task.api.models.TaskComment |
toModel(TaskCommentResource taskCommentResource) |
TaskCommentResource |
toResource(pro.taskana.task.api.models.TaskComment taskComment) |
@Autowired public TaskCommentResourceAssembler(pro.taskana.task.api.TaskService taskService)
public TaskCommentResource toResource(pro.taskana.task.api.models.TaskComment taskComment)
public TaskCommentListResource toListResource(List<pro.taskana.task.api.models.TaskComment> taskComments)
public pro.taskana.task.api.models.TaskComment toModel(TaskCommentResource taskCommentResource)
Copyright © 2020. All rights reserved.