| Modifier and Type | Method and Description |
|---|---|
Cat |
JsonbResource.getCat() |
Cat |
Cat.setColor(String color) |
Cat |
Cat.setDomesticated(boolean domesticated) |
Cat |
Cat.setName(String name) |
Cat |
Cat.setSort(String sort) |
| Modifier and Type | Method and Description |
|---|---|
List<Cat> |
JsonbResource.getAll() |
| Modifier and Type | Method and Description |
|---|---|
jakarta.ws.rs.core.Response |
JsonbResource.createCat(Cat cat) |
| Modifier and Type | Method and Description |
|---|---|
jakarta.ws.rs.core.Response |
JsonbResource.createMultiple(List<Cat> addedCats) |
Copyright © 2007-2021, Oracle and/or its affiliates. All Rights Reserved. Use is subject to license terms.