类 EnvironmentEndpointWebExtension
java.lang.Object
org.springframework.boot.actuate.env.EnvironmentEndpointWebExtension
@EndpointWebExtension(endpoint=EnvironmentEndpoint.class)
public class EnvironmentEndpointWebExtension
extends Object
@EndpointWebExtension
for the EnvironmentEndpoint
.- 从以下版本开始:
- 2.0.0
- 作者:
- Stephane Nicoll, Scott Frederick
-
构造器概要
构造器构造器说明EnvironmentEndpointWebExtension
(EnvironmentEndpoint delegate, Show showValues, Set<String> roles) -
方法概要
修饰符和类型方法说明environment
(SecurityContext securityContext, String pattern) environmentEntry
(SecurityContext securityContext, String toMatch)
-
构造器详细资料
-
EnvironmentEndpointWebExtension
public EnvironmentEndpointWebExtension(EnvironmentEndpoint delegate, Show showValues, Set<String> roles)
-
-
方法详细资料
-
environment
@ReadOperation public EnvironmentEndpoint.EnvironmentDescriptor environment(SecurityContext securityContext, @Nullable String pattern) -
environmentEntry
@ReadOperation public WebEndpointResponse<EnvironmentEndpoint.EnvironmentEntryDescriptor> environmentEntry(SecurityContext securityContext, @Selector String toMatch)
-