@ConfigurationProperties(prefix="endpoints.env", ignoreUnknownFields=false) public class EnvironmentEndpoint extends AbstractEndpoint<Map<String,Object>>
Endpoint to expose environment information.| Constructor and Description |
|---|
EnvironmentEndpoint()
Create a new
EnvironmentEndpoint instance. |
| Modifier and Type | Method and Description |
|---|---|
Map<String,Object> |
invoke()
Called to invoke the endpoint.
|
Object |
sanitize(String name,
Object object) |
void |
setKeysToSanitize(String... keysToSanitize) |
getEnvironment, getId, isEnabled, isSensitive, setEnabled, setEnvironment, setId, setSensitivepublic EnvironmentEndpoint()
EnvironmentEndpoint instance.Copyright © 2015 Pivotal Software, Inc.. All rights reserved.