DatStorm

Untitled

Mar 1st, 2017
103
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Java 0.17 KB | None | 0 0
  1. @GET
  2.     @Path("/getShopNames")
  3.     public String getShopNames(){
  4.         ArrayList<Shop> shops = this.cloudAdapter.listShops();
  5.         return gson.toJson(shops);
  6.     }
Advertisement
Add Comment
Please, Sign In to add comment