| Package | Description |
|---|---|
| inix.controller | |
| inix.mapper | |
| inix.service |
| Modifier and Type | Method and Description |
|---|---|
GuildDto |
GuildController.create(@Valid GuildDto guildDto) |
GuildDto |
GuildController.getGuild(java.lang.Long id) |
| Modifier and Type | Method and Description |
|---|---|
java.util.List<GuildDto> |
GuildController.getAllGuilds() |
| Modifier and Type | Method and Description |
|---|---|
GuildDto |
GuildController.create(@Valid GuildDto guildDto) |
| Modifier and Type | Method and Description |
|---|---|
GuildDto |
GuildMapper.mapGuildToDto(Guild guild) |
| Modifier and Type | Method and Description |
|---|---|
Guild |
GuildMapper.mapDtoToGuild(GuildDto guildDto) |
| Modifier and Type | Method and Description |
|---|---|
GuildDto |
GuildService.getGuild(java.lang.Long id) |
GuildDto |
GuildService.save(GuildDto guildDto) |
| Modifier and Type | Method and Description |
|---|---|
java.util.List<GuildDto> |
GuildService.getAll() |
| Modifier and Type | Method and Description |
|---|---|
GuildDto |
GuildService.save(GuildDto guildDto) |