Package de.dlr.proseo.geotools.rest
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 Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionorg.springframework.http.ResponseEntity<?> getInfo()Get information about known region types
-
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:
getInfoin interfaceInfoController
-