| Package | Description |
|---|---|
| controllers |
| Modifier and Type | Method and Description |
|---|---|
User |
UserController.getUserByName(String username) |
| Modifier and Type | Method and Description |
|---|---|
void |
UserController.createUser(User user) |
void |
UserController.createUsersWithArrayInput(User[] users) |
void |
UserController.updateUser(String username,
User user) |
| Modifier and Type | Method and Description |
|---|---|
void |
UserController.createUsersWithListInput(List<User> users) |
Copyright © 2015. All rights reserved.