Uses of Class
com.plannaplan.responses.models.ExchangeResponse
| Package | Description |
|---|---|
| com.plannaplan.controllers |
Provides rest controllers that defines endpoints and their accessibility
|
| com.plannaplan.responses.mappers |
Provides mappers to map mutiple entites from db to single api response
|
-
Uses of ExchangeResponse in com.plannaplan.controllers
Methods in com.plannaplan.controllers that return types with arguments of type ExchangeResponse Modifier and Type Method Description org.springframework.http.ResponseEntity<java.util.List<ExchangeResponse>>ExchangeController. getExchange()org.springframework.http.ResponseEntity<ExchangeResponse>ExchangeController. getExchangeById(java.lang.Long offerId) -
Uses of ExchangeResponse in com.plannaplan.responses.mappers
Methods in com.plannaplan.responses.mappers that return types with arguments of type ExchangeResponse Modifier and Type Method Description static java.util.List<ExchangeResponse>ExchangeResponseMappers. mapToDefaultResponse(java.util.List<com.plannaplan.entities.Exchange> exchanges)