@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) |
invoke
getDelegate, getDisabledResponse, getEndpointType, getPath, isSensitive, setPath
public EnvironmentMvcEndpoint(EnvironmentEndpoint delegate)
@RequestMapping(value="/{name:.*}", method=GET, produces="application/json") @ResponseBody @HypermediaDisabled public Object value(@PathVariable String name)
public void setEnvironment(Environment environment)
setEnvironment
in interface EnvironmentAware
Copyright © 2019 Pivotal Software, Inc.. All rights reserved.