@Path(value="cats") @Consumes(value="application/json") public class JsonbResource extends Object
| Constructor and Description |
|---|
JsonbResource() |
| Modifier and Type | Method and Description |
|---|---|
String |
check() |
javax.ws.rs.core.Response |
createCat(Cat cat) |
javax.ws.rs.core.Response |
createMultiple(List<Cat> addedCats) |
List<Cat> |
getAll() |
Cat |
getCat() |
Copyright © 2007-2021, Oracle and/or its affiliates. All Rights Reserved. Use is subject to license terms.