Uses of Class
org.apache.karaf.examples.graphql.api.Book
-
-
Uses of Book in org.apache.karaf.examples.graphql.api
Methods in org.apache.karaf.examples.graphql.api that return Book Modifier and Type Method Description BookBookRepository. getBookById(String id)BookBookRepository. storeBook(Book book)Methods in org.apache.karaf.examples.graphql.api that return types with arguments of type Book Modifier and Type Method Description Collection<Book>BookRepository. getBooks()Methods in org.apache.karaf.examples.graphql.api with parameters of type Book Modifier and Type Method Description BookBookRepository. storeBook(Book book)
-