Uses of Class
com.restapi.template.api.community.post.dto.PostsDto
-
-
Uses of PostsDto in com.restapi.template.api.community.post.controller
Method parameters in com.restapi.template.api.community.post.controller with type arguments of type PostsDto Modifier and Type Method Description org.springframework.hateoas.PagedModel<PostsResponse>PostController. getPosts(org.springframework.data.domain.Pageable pageable, org.springframework.data.web.PagedResourcesAssembler<PostsDto> assembler)모든 게시글 조회(Paged). -
Uses of PostsDto in com.restapi.template.api.community.post.data
Methods in com.restapi.template.api.community.post.data that return types with arguments of type PostsDto Modifier and Type Method Description org.springframework.data.domain.Page<PostsDto>PostRepository. findAllProjectedBy(org.springframework.data.domain.Pageable pageable)모든 게시글 조회(Pagenation). -
Uses of PostsDto in com.restapi.template.api.community.post.response
Constructors in com.restapi.template.api.community.post.response with parameters of type PostsDto Constructor Description PostsResponse(PostsDto post, org.springframework.hateoas.Link... links)게시글 리스트 응답. -
Uses of PostsDto in com.restapi.template.api.community.post.service
Methods in com.restapi.template.api.community.post.service that return types with arguments of type PostsDto Modifier and Type Method Description org.springframework.data.domain.Page<PostsDto>PostService. getPosts(org.springframework.data.domain.Pageable pageable)모든 게시글 조회(Paged).
-