Class InfoControllerDecorator

java.lang.Object
de.dlr.proseo.geotools.rest.InfoControllerDecorator
All Implemented Interfaces:
InfoController

@RestController @RequestMapping(value="/proseo/geotools/{version}/info", produces="application/json") @Validated public class InfoControllerDecorator extends Object implements InfoController
No description (Generated with springmvc-raml-parser v.2.0.5)
  • Constructor Details

    • InfoControllerDecorator

      public InfoControllerDecorator()
  • Method Details

    • getInfo

      @RequestMapping(value="", method=GET) public org.springframework.http.ResponseEntity<?> getInfo()
      Get information about known region types
      Specified by:
      getInfo in interface InfoController