Package | Description |
---|---|
org.eclipse.microprofile.openapi.apps.petstore.data |
Copyright (c) 2017 Contributors to the Eclipse Foundation
|
org.eclipse.microprofile.openapi.apps.petstore.resource |
Copyright (c) 2017 Contributors to the Eclipse Foundation
|
Modifier and Type | Method and Description |
---|---|
User |
UserData.findUserByName(String username) |
Modifier and Type | Method and Description |
---|---|
void |
UserData.addUser(User user) |
Modifier and Type | Method and Description |
---|---|
javax.ws.rs.core.Response |
UserResource.createUser(User user) |
javax.ws.rs.core.Response |
UserResource.createUsersWithArrayInput(User[] users) |
javax.ws.rs.core.Response |
UserResource.updateUser(String username,
User user) |
Modifier and Type | Method and Description |
---|---|
javax.ws.rs.core.Response |
UserResource.createUsersWithListInput(List<User> users) |
Copyright © 2021 Eclipse Foundation. All rights reserved.