Package dev.vality.swag.analytics.api
Class InvoicesApiController
java.lang.Object
dev.vality.swag.analytics.api.InvoicesApiController
- All Implemented Interfaces:
InvoicesApi
@Generated(value="io.swagger.codegen.languages.SpringCodegen", date="2022-03-18T10:44:56.284Z") @Controller public class InvoicesApiController extends Object implements InvoicesApi
-
Field Summary
Fields inherited from interface dev.vality.swag.analytics.api.InvoicesApi
log -
Constructor Summary
Constructors Constructor Description InvoicesApiController(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.analytics.api.InvoicesApi
getAcceptHeader, searchInvoices
-
Constructor Details
-
InvoicesApiController
@Autowired public InvoicesApiController(com.fasterxml.jackson.databind.ObjectMapper objectMapper, javax.servlet.http.HttpServletRequest request)
-
-
Method Details
-
getObjectMapper
- Specified by:
getObjectMapperin interfaceInvoicesApi
-
getRequest
- Specified by:
getRequestin interfaceInvoicesApi
-