Class CustomServerRestControllerImpl
- java.lang.Object
-
- ir.a2mo.sdk.sample.server.rest.controller.CustomServerRestControllerImpl
-
- All Implemented Interfaces:
CustomServerRestController
@RestController public class CustomServerRestControllerImpl extends java.lang.Object implements CustomServerRestController
- Since:
- 4/18/2021
- Author:
- Ali Alimohammadi
-
-
Constructor Summary
Constructors Constructor Description CustomServerRestControllerImpl()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description GetInfoResponseDtogetInfo(GetInfoRequestDto request, org.springframework.http.HttpHeaders headers)
-
-
-
Method Detail
-
getInfo
@ResponseStatus(OK) public GetInfoResponseDto getInfo(GetInfoRequestDto request, org.springframework.http.HttpHeaders headers) throws InvalidParameterException, RequiredParameterException
- Specified by:
getInfoin interfaceCustomServerRestController- Throws:
InvalidParameterExceptionRequiredParameterException
-
-