@ConfigurationProperties(prefix="management.endpoints.web") public class WebEndpointProperties extends Object
| Constructor and Description |
|---|
WebEndpointProperties() |
| Modifier and Type | Method and Description |
|---|---|
String |
getBasePath() |
Set<String> |
getExclude() |
Set<String> |
getExpose() |
Map<String,String> |
getPathMapping() |
void |
setBasePath(String basePath) |
void |
setExclude(Set<String> exclude) |
void |
setExpose(Set<String> expose) |
Copyright © 2017 Pivotal Software, Inc.. All rights reserved.