| Package | Description |
|---|---|
| inix.controller | |
| inix.mapper | |
| inix.service |
| Modifier and Type | Method and Description |
|---|---|
org.springframework.http.ResponseEntity<java.lang.Void> |
PostController.createPost(PostRequest postRequest) |
| Modifier and Type | Method and Description |
|---|---|
abstract Post |
PostMapper.map(PostRequest postRequest,
Guild guild,
User user) |
| Modifier and Type | Method and Description |
|---|---|
void |
PostService.save(PostRequest postRequest) |