Package | Description |
---|---|
inix.controller | |
inix.mapper | |
inix.service |
Modifier and Type | Method and Description |
---|---|
org.springframework.http.ResponseEntity<java.util.List<PostResponse>> |
PostController.getAllPosts() |
org.springframework.http.ResponseEntity<PostResponse> |
PostController.getPost(java.lang.Long id) |
org.springframework.http.ResponseEntity<java.util.List<PostResponse>> |
PostController.getPostsByGuild(java.lang.Long id) |
org.springframework.http.ResponseEntity<java.util.List<PostResponse>> |
PostController.getPostsByUsername(java.lang.String username) |
Modifier and Type | Method and Description |
---|---|
abstract PostResponse |
PostMapper.mapToDto(Post post) |
Modifier and Type | Method and Description |
---|---|
PostResponse |
PostService.getPost(java.lang.Long id) |
Modifier and Type | Method and Description |
---|---|
java.util.List<PostResponse> |
PostService.getAllPosts() |
java.util.List<PostResponse> |
PostService.getPostsByGuild(java.lang.Long guildId) |
java.util.List<PostResponse> |
PostService.getPostsByUsername(java.lang.String username) |