Uses of Class
com.restapi.template.api.community.post.dto.PostDetailDto
-
Packages that use PostDetailDto Package Description com.restapi.template.api.community.post.response com.restapi.template.api.community.post.service -
-
Uses of PostDetailDto in com.restapi.template.api.community.post.response
Constructors in com.restapi.template.api.community.post.response with parameters of type PostDetailDto Constructor Description PostResponse(PostDetailDto post, java.lang.Long postId, org.springframework.hateoas.Link... links)게시글 상세 응답. -
Uses of PostDetailDto in com.restapi.template.api.community.post.service
Methods in com.restapi.template.api.community.post.service that return PostDetailDto Modifier and Type Method Description PostDetailDtoPostService. getPost(java.lang.Long postId)게시글 조회.
-