Uses of Class
com.restapi.template.api.community.post.response.PostsResponse
-
Packages that use PostsResponse Package Description com.restapi.template.api.community.post.controller -
-
Uses of PostsResponse in com.restapi.template.api.community.post.controller
Methods in com.restapi.template.api.community.post.controller that return types with arguments of type PostsResponse 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).
-