@ConfigurationProperties(prefix="management.endpoints.web") public class WebEndpointProperties extends Object
Modifier and Type | Class and Description |
---|---|
static class |
WebEndpointProperties.Discovery |
static class |
WebEndpointProperties.Exposure |
Constructor and Description |
---|
WebEndpointProperties() |
Modifier and Type | Method and Description |
---|---|
String |
getBasePath() |
WebEndpointProperties.Discovery |
getDiscovery() |
WebEndpointProperties.Exposure |
getExposure() |
Map<String,String> |
getPathMapping() |
void |
setBasePath(String basePath) |
public WebEndpointProperties.Exposure getExposure()
public String getBasePath()
public void setBasePath(String basePath)
public WebEndpointProperties.Discovery getDiscovery()