Class CommentResource
- java.lang.Object
-
- org.springframework.hateoas.RepresentationModel<org.springframework.hateoas.EntityModel<T>>
-
- org.springframework.hateoas.EntityModel<CommentDto>
-
- com.restapi.template.api.community.comment.data.CommentResource
-
public class CommentResource extends org.springframework.hateoas.EntityModel<CommentDto>
댓글 정보.- Version:
- 1.0
- Author:
- always0ne
-
-
Constructor Summary
Constructors Constructor Description CommentResource(Comment comment, org.springframework.hateoas.Link... links)댓글 Resource(for Hateoas).
-
Method Summary
-
Methods inherited from class org.springframework.hateoas.EntityModel
equals, getContent, hashCode, toString
-
-
-
-
Constructor Detail
-
CommentResource
public CommentResource(Comment comment, org.springframework.hateoas.Link... links)
댓글 Resource(for Hateoas).- Parameters:
comment- 댓글links- 링크
-
-