Uses of Class
org.glassfish.jersey.examples.jsonb.Cat
-
-
Uses of Cat in org.glassfish.jersey.examples.jsonb
Methods in org.glassfish.jersey.examples.jsonb that return Cat Modifier and Type Method Description CatJsonbResource. getCat()CatCat. setColor(String color)CatCat. setDomesticated(boolean domesticated)CatCat. setName(String name)CatCat. setSort(String sort)Methods in org.glassfish.jersey.examples.jsonb that return types with arguments of type Cat Modifier and Type Method Description List<Cat>JsonbResource. getAll()Methods in org.glassfish.jersey.examples.jsonb with parameters of type Cat Modifier and Type Method Description jakarta.ws.rs.core.ResponseJsonbResource. createCat(Cat cat)Method parameters in org.glassfish.jersey.examples.jsonb with type arguments of type Cat Modifier and Type Method Description jakarta.ws.rs.core.ResponseJsonbResource. createMultiple(List<Cat> addedCats)
-