Class PropertiesController
- java.lang.Object
-
- uk.gov.gchq.gaffer.rest.controller.PropertiesController
-
@RestController @RequestMapping("/rest/properties") public class PropertiesController extends Object
-
-
Constructor Summary
Constructors Constructor Description PropertiesController()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Map<String,String>
getProperties()
String
getProperty(String property)
-