Class InfoController
java.lang.Object
net.finmath.smartcontract.valuation.service.controllers.InfoController
- All Implemented Interfaces:
InfoApi
@RestController
@CrossOrigin(origins={"http://localhost:4200","${serviceUrl}"},
allowCredentials="true")
public class InfoController
extends Object
implements InfoApi
Controller for the settlement valuation REST service.
TODO Refactor try/catch once openapi can generate exception handling
- Author:
- Christian Fries, Peter Kohl-Landgraf
-
Constructor Details
-
InfoController
public InfoController()
-
-
Method Details
-
infoGit
-
infoFinmath
- Specified by:
infoFinmath
in interfaceInfoApi
- Returns:
- String Json representing the info on the Library
-