@RestController
@RequestMapping(value="/game")
public class GameController
extends java.lang.Object
RestController
provides the API to create and play the blackJack gameConstructor and Description |
---|
GameController() |
Modifier and Type | Method and Description |
---|---|
org.springframework.http.ResponseEntity<java.lang.Void> |
newGame(org.springframework.web.util.UriComponentsBuilder ucBuilder) |