Class VersionController
- java.lang.Object
-
- uk.gov.gchq.gaffer.rest.controller.VersionController
-
@RestController public class VersionController extends Object
-
-
Constructor Summary
Constructors Constructor Description VersionController()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description String
getGafferVersion()
Rest endpoint for getting the Gaffer version of the graph.
-
-
-
Method Detail
-
getGafferVersion
@GetMapping(path="/rest/graph/version", produces="text/plain") public String getGafferVersion()
Rest endpoint for getting the Gaffer version of the graph.- Returns:
- Version of the graph
-
-