Uses of Class
com.chess.backend.restController.objects.MoveRequestOutputObject
Packages that use MoveRequestOutputObject
Package
Description
-
Uses of MoveRequestOutputObject in com.chess.backend.restController.controller
Methods in com.chess.backend.restController.controller that return MoveRequestOutputObjectModifier and TypeMethodDescriptionMoveRequestController.getPossibleMoves
(MoveRequestInputObject moveRequestInputObject) Method that is called on a post request. -
Uses of MoveRequestOutputObject in com.chess.backend.restController.service
Methods in com.chess.backend.restController.service that return MoveRequestOutputObjectModifier and TypeMethodDescriptionMoveRequestService.getPossibleMoves
(MoveRequestInputObject moveRequestInputObject) This method gets the possible moves from theChessGameService
.