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

      public org.springframework.http.ResponseEntity<String> infoGit()
      Specified by:
      infoGit in interface InfoApi
      Returns:
      String Json representing the info on Git
    • infoFinmath

      public org.springframework.http.ResponseEntity<String> infoFinmath()
      Specified by:
      infoFinmath in interface InfoApi
      Returns:
      String Json representing the info on the Library