| Package | Description |
|---|---|
| org.powertac.visualizer.domain |
JPA domain objects.
|
| org.powertac.visualizer.service.mapper |
MapStruct mappers for mapping domain objects and Data Transfer Objects.
|
| Modifier and Type | Method and Description |
|---|---|
Set<Authority> |
User.getAuthorities() |
| Modifier and Type | Method and Description |
|---|---|
void |
User.setAuthorities(Set<Authority> authorities) |
| Modifier and Type | Method and Description |
|---|---|
default Set<Authority> |
UserMapper.authoritiesFromStrings(Set<String> strings) |
| Modifier and Type | Method and Description |
|---|---|
default Set<String> |
UserMapper.stringsFromAuthorities(Set<Authority> authorities) |
Copyright © 2018 Power TAC. All rights reserved.