With Spring REST I have a http method which returns a Player:
public class Player { private long id; private String name; } @GetMapping("/{id}&q