Modifier and Type | Class and Description |
---|---|
static class |
EnvironmentEndpoint.EnvironmentDescriptor
A description of an
Environment . |
static class |
EnvironmentEndpoint.NoSuchPropertyException
Exception thrown when the specified property cannot be found.
|
Constructor and Description |
---|
EnvironmentEndpoint(org.springframework.core.env.Environment environment) |
Modifier and Type | Method and Description |
---|---|
EnvironmentEndpoint.EnvironmentDescriptor |
environment(String pattern) |
EnvironmentEndpoint.EnvironmentDescriptor |
environmentEntry(String toMatch) |
Object |
sanitize(String name,
Object object) |
void |
setKeysToSanitize(String... keysToSanitize) |
public EnvironmentEndpoint(org.springframework.core.env.Environment environment)
public void setKeysToSanitize(String... keysToSanitize)
@ReadOperation public EnvironmentEndpoint.EnvironmentDescriptor environment(String pattern)
@ReadOperation public EnvironmentEndpoint.EnvironmentDescriptor environmentEntry(@Selector String toMatch)
Copyright © 2017 Pivotal Software, Inc.. All rights reserved.