Class EnvironmentEndpointProperties
java.lang.Object
org.springframework.boot.actuate.autoconfigure.env.EnvironmentEndpointProperties
@ConfigurationProperties("management.endpoint.env")
public class EnvironmentEndpointProperties
extends Object
Configuration properties for
EnvironmentEndpoint.- Since:
- 2.0.0
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptiongetRoles()org.springframework.boot.actuate.endpoint.ShowvoidsetShowValues(org.springframework.boot.actuate.endpoint.Show showValues)
-
Constructor Details
-
EnvironmentEndpointProperties
public EnvironmentEndpointProperties()
-
-
Method Details
-
getShowValues
public org.springframework.boot.actuate.endpoint.Show getShowValues() -
setShowValues
public void setShowValues(org.springframework.boot.actuate.endpoint.Show showValues) -
getRoles
-