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