@groovy.transform.CompileStatic @org.springframework.stereotype.Service class RestProxyServiceImpl extends java.lang.Object
Concrete implementation of RestProxyService.
| Type | Name and description |
|---|---|
org.springframework.http.ResponseEntity<java.lang.Object> |
proxyRequest(java.lang.String resourceKey, javax.servlet.http.HttpServletRequest request){@inheritDoc} |
void |
setEnv(org.springframework.core.env.Environment env)Visible for testing. |
| Methods inherited from class | Name |
|---|---|
class java.lang.Object |
java.lang.Object#wait(long, int), java.lang.Object#wait(long), java.lang.Object#wait(), java.lang.Object#equals(java.lang.Object), java.lang.Object#toString(), java.lang.Object#hashCode(), java.lang.Object#getClass(), java.lang.Object#notify(), java.lang.Object#notifyAll() |
{@inheritDoc} Inspects the org.springframework.core.env.Environment for necessary properties about the target API:
Visible for testing.
env - the env to set