Class WebEndpointProperties
java.lang.Object
org.springframework.boot.actuate.autoconfigure.endpoint.web.WebEndpointProperties
@ConfigurationProperties(prefix="management.endpoints.web")
public class WebEndpointProperties
extends Object
Configuration properties for web management endpoints.
- Since:
- 2.0.0
- Author:
- Madhura Bhave, Phillip Webb
-
Nested Class Summary
Modifier and TypeClassDescriptionstatic class
static class
-
Constructor Summary
-
Method Summary
-
Constructor Details
-
WebEndpointProperties
public WebEndpointProperties()
-
-
Method Details
-
getExposure
-
getBasePath
-
setBasePath
-
getPathMapping
-
getDiscovery
-