Package cronapi.rest
Class CronapiMetadataREST
java.lang.Object
cronapi.rest.CronapiMetadataREST
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionorg.springframework.http.HttpEntity<com.google.gson.JsonElement> voidroot(jakarta.servlet.http.HttpServletResponse response)
-
Constructor Details
-
CronapiMetadataREST
public CronapiMetadataREST()
-
-
Method Details
-
root
@RequestMapping("/") public void root(jakarta.servlet.http.HttpServletResponse response) throws IOException - Throws:
IOException
-
dataOptions
@RequestMapping(method=GET, value="/configuration", produces="application/json") public org.springframework.http.HttpEntity<com.google.gson.JsonElement> dataOptions() throws Exception- Throws:
Exception
-