@ConfigurationProperties(prefix="endpoints.env") public class EnvironmentMvcEndpoint extends EndpointMvcAdapter implements EnvironmentAware
EnvironmentEndpoint as an MvcEndpoint.| Modifier and Type | Class and Description |
|---|---|
static class |
EnvironmentMvcEndpoint.NoSuchPropertyException
Exception thrown when the specified property cannot be found.
|
DISABLED_RESPONSE| Constructor and Description |
|---|
EnvironmentMvcEndpoint(EnvironmentEndpoint delegate) |
| Modifier and Type | Method and Description |
|---|---|
void |
setEnvironment(Environment environment) |
Object |
value(String name) |
invokegetDelegate, getDisabledResponse, getEndpointType, getName, getPath, isSensitive, setPathpublic EnvironmentMvcEndpoint(EnvironmentEndpoint delegate)
@ActuatorGetMapping(value="/{name:.*}") @ResponseBody @HypermediaDisabled public Object value(@PathVariable String name)
public void setEnvironment(Environment environment)
setEnvironment in interface EnvironmentAwareCopyright © 2017 Pivotal Software, Inc.. All rights reserved.