Package com.jumio.sdk.callback.api
Class JumioCallbackApiController
java.lang.Object
com.jumio.sdk.callback.api.JumioCallbackApiController
- All Implemented Interfaces:
JumioCallbackApi
@Generated(value="org.openapitools.codegen.languages.SpringCodegen",
date="2023-05-09T15:46:43.479098700+02:00[Europe/Vienna]")
@Controller
public class JumioCallbackApiController
extends Object
implements JumioCallbackApi
-
Constructor Summary
ConstructorsConstructorDescriptionJumioCallbackApiController
(org.springframework.web.context.request.NativeWebRequest request) -
Method Summary
Modifier and TypeMethodDescriptionOptional<org.springframework.web.context.request.NativeWebRequest>
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
Methods inherited from interface com.jumio.sdk.callback.api.JumioCallbackApi
receiveCallback
-
Constructor Details
-
JumioCallbackApiController
@Autowired public JumioCallbackApiController(org.springframework.web.context.request.NativeWebRequest request)
-
-
Method Details
-
getRequest
- Specified by:
getRequest
in interfaceJumioCallbackApi
-