Uses of Class
org.glassfish.jersey.examples.bookstore.webapp.resource.Item
-
Packages that use Item Package Description org.glassfish.jersey.examples.bookstore.webapp.resource -
-
Uses of Item in org.glassfish.jersey.examples.bookstore.webapp.resource
Subclasses of Item in org.glassfish.jersey.examples.bookstore.webapp.resource Modifier and Type Class Description classBookclassCDMethods in org.glassfish.jersey.examples.bookstore.webapp.resource that return Item Modifier and Type Method Description ItemBookstore. getItem(String itemid)ItemItem. getXml()Methods in org.glassfish.jersey.examples.bookstore.webapp.resource that return types with arguments of type Item Modifier and Type Method Description Map<String,Item>Bookstore. getItems()
-