Class BookService


  • @Path("books")
    public class BookService
    extends Object
    Author:
    andrew00x
    • Constructor Detail

      • BookService

        public BookService()
    • Method Detail

      • getAll

        @GET
        @Produces("application/json")
        public Collection<Book> getAll()
      • put

        @PUT
        @Consumes("application/json")
        public jakarta.ws.rs.core.Response put​(Book book,
                                               @Context
                                               jakarta.ws.rs.core.UriInfo uriInfo)