All Classes
-
All Classes Interface Summary Class Summary Exception Summary Class Description Application Application entry point.Customer Represents a Customer itemCustomerNotFoundException Thrown when a Customer record is not found.CustomerNotFoundMapper ExceptionMapper which handles CustomerNotFoundException.CustomerNotFoundResponseMapper RestErrorResponseMapper which maps REST service response error to CustomerNotFoundRestServiceExceptionCustomerNotFoundRestServiceException Exception thrown when a customer is not found via the REST client.CustomerService CustomerService resource class.CustomerServiceAPI Feign client interface for the customer microservice.EntityNotFoundException EntityNotFoundException.EntityNotFoundMapper EntityNotFoundMapper.GenericServerErrorException Thrown when a generic exception occurs while handling a micro service requestGenericServerErrorMapper ExceptionMapper which handled GenericServerErrorException.Invoice Represents an Invoice itemInvoiceNotFoundException Thrown when a Invoice record is not found.InvoiceNotFoundMapper ExceptionMapper which handles InvoiceNotFoundException.InvoiceNotFoundResponseMapper RestErrorResponseMapper which maps REST service response error to CustomerNotFoundRestServiceExceptionInvoiceNotFoundRestServiceException Exception thrown when an invoice is not found via the REST client.InvoiceReport Represents an Invoice Report item.InvoiceService CustomerService resource class.InvoiceServiceAPI Feign client interface for the invoice microservice.ModelUtils Converts Object to gsonReportService ReportService resource class.ServiceErrorResponse Represents error response body to be sent back to the client