Package dev.vality.swag.messages.api
Class ConversationApiController
java.lang.Object
dev.vality.swag.messages.api.ConversationApiController
- All Implemented Interfaces:
ConversationApi
@Generated(value="io.swagger.codegen.v3.generators.java.SpringCodegen",
date="2022-04-07T11:18:33.522020705Z[Etc/UTC]")
@Controller
public class ConversationApiController
extends Object
implements ConversationApi
-
Field Summary
Fields inherited from interface dev.vality.swag.messages.api.ConversationApi
log -
Constructor Summary
Constructors Constructor Description ConversationApiController(com.fasterxml.jackson.databind.ObjectMapper objectMapper, javax.servlet.http.HttpServletRequest request) -
Method Summary
Modifier and Type Method Description Optional<com.fasterxml.jackson.databind.ObjectMapper>getObjectMapper()Optional<javax.servlet.http.HttpServletRequest>getRequest()Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface dev.vality.swag.messages.api.ConversationApi
getAcceptHeader, getConversations, saveConversations
-
Constructor Details
-
ConversationApiController
@Autowired public ConversationApiController(com.fasterxml.jackson.databind.ObjectMapper objectMapper, javax.servlet.http.HttpServletRequest request)
-
-
Method Details
-
getObjectMapper
- Specified by:
getObjectMapperin interfaceConversationApi
-
getRequest
- Specified by:
getRequestin interfaceConversationApi
-