Package | Description |
---|---|
org.eclipse.microprofile.openapi.apps.petstore.data |
Copyright (c) 2017 Contributors to the Eclipse Foundation
|
org.eclipse.microprofile.openapi.apps.petstore.model |
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 |
---|---|
Pet |
PetData.addPet(Pet pet) |
Pet |
PetData.getPetById(long petId) |
Modifier and Type | Method and Description |
---|---|
List<Pet> |
PetData.findPetByStatus(String status) |
List<Pet> |
PetData.findPetByTags(String tags) |
Modifier and Type | Method and Description |
---|---|
Pet |
PetData.addPet(Pet pet) |
Modifier and Type | Class and Description |
---|---|
class |
Cat |
class |
Dog |
class |
Lizard |
Modifier and Type | Method and Description |
---|---|
javax.ws.rs.core.Response |
PetResource.addPet(Pet pet) |
javax.ws.rs.core.Response |
PetResource.updatePet(Pet pet) |
Copyright © 2022 Eclipse Foundation. All rights reserved.