Uses of Class
org.everrest.sample.guice.Book
-
-
Uses of Book in org.everrest.sample.guice
Methods in org.everrest.sample.guice that return Book Modifier and Type Method Description BookBookService. get(String id)BookBookStorage. getBook(String id)Methods in org.everrest.sample.guice that return types with arguments of type Book Modifier and Type Method Description Collection<Book>BookService. getAll()Collection<Book>BookStorage. getAll()Methods in org.everrest.sample.guice with parameters of type Book Modifier and Type Method Description jakarta.ws.rs.core.ResponseBookService. put(Book book, jakarta.ws.rs.core.UriInfo uriInfo)StringBookStorage. putBook(Book book)
-