public class InMemoryTicketMapper extends Object implements TicketMapper
Constructor and Description |
---|
InMemoryTicketMapper() |
Modifier and Type | Method and Description |
---|---|
Ticket |
getTicket(String ticketId) |
void |
updateTicket(Ticket ticket) |
public Ticket getTicket(String ticketId)
getTicket
in interface TicketMapper
public void updateTicket(Ticket ticket)
updateTicket
in interface TicketMapper
Copyright © 2021. All rights reserved.