Interface InfoApi

All Known Implementing Classes:
InfoController

@Generated(value="org.openapitools.codegen.languages.SpringCodegen", date="2025-03-05T11:55:17.433196+01:00[Europe/Berlin]") @Validated public interface InfoApi
  • Method Summary

    Modifier and Type
    Method
    Description
    default org.springframework.http.ResponseEntity<String>
    GET /info/finmath : Request info on finmath-lib version and tags
    default org.springframework.http.ResponseEntity<String>
    GET /info/git : Request info on Git version and tags
    default Optional<org.springframework.web.context.request.NativeWebRequest>
     
    default org.springframework.http.ResponseEntity<String>
     
    default org.springframework.http.ResponseEntity<String>
     
  • Method Details

    • getRequest

      default Optional<org.springframework.web.context.request.NativeWebRequest> getRequest()
    • _infoFinmath

      @RequestMapping(method=GET, value="/info/finmath", produces="application/json") default org.springframework.http.ResponseEntity<String> _infoFinmath()
      GET /info/finmath : Request info on finmath-lib version and tags
      Returns:
      Info returned (status code 200) or unexpected error (status code 200)
    • infoFinmath

      default org.springframework.http.ResponseEntity<String> infoFinmath()
    • _infoGit

      @RequestMapping(method=GET, value="/info/git", produces="application/json") default org.springframework.http.ResponseEntity<String> _infoGit()
      GET /info/git : Request info on Git version and tags
      Returns:
      Info returned (status code 200) or unexpected error (status code 200)
    • infoGit

      default org.springframework.http.ResponseEntity<String> infoGit()