| Package | Description |
|---|---|
| inix.mapper | |
| inix.model | |
| inix.Repo |
| Modifier and Type | Method and Description |
|---|---|
Guild |
GuildMapper.mapDtoToGuild(GuildDto guildDto) |
| Modifier and Type | Method and Description |
|---|---|
abstract Post |
PostMapper.map(PostRequest postRequest,
Guild guild,
User user) |
GuildDto |
GuildMapper.mapGuildToDto(Guild guild) |
| Modifier and Type | Field and Description |
|---|---|
private Guild |
Post.guild |
| Modifier and Type | Method and Description |
|---|---|
java.util.Optional<Guild> |
GuildRepo.findByName(java.lang.String guildName) |
| Modifier and Type | Method and Description |
|---|---|
java.util.List<Post> |
PostRepo.findAllByGuild(Guild guild) |