Interface HistoricDetailResource
- All Known Implementing Classes:
HistoricDetailResourceImpl
public interface HistoricDetailResource
- Author:
- Daniel Meyer, Ronny Bräunlich
-
Method Summary
Modifier and TypeMethodDescriptiongetResource
(boolean deserializeValue) jakarta.ws.rs.core.Response
-
Method Details
-
getResource
@GET @Produces("application/json") HistoricDetailDto getResource(@QueryParam("deserializeValue") @DefaultValue("true") boolean deserializeValue) -
getResourceBinary
@GET @Path("/data") jakarta.ws.rs.core.Response getResourceBinary()
-