E - the endpoint typeIncludeExcludeEndpointFilter@Deprecated public class ExposeExcludePropertyEndpointFilter<E extends org.springframework.boot.actuate.endpoint.ExposableEndpoint<?>> extends IncludeExcludeEndpointFilter<E>
EndpointFilter that will filter endpoints based on include and
exclude patterns.IncludeExcludeEndpointFilter.DefaultIncludes| Constructor and Description |
|---|
ExposeExcludePropertyEndpointFilter(java.lang.Class<E> endpointType,
java.util.Collection<java.lang.String> include,
java.util.Collection<java.lang.String> exclude,
java.lang.String... exposeDefaults)
Deprecated.
|
ExposeExcludePropertyEndpointFilter(java.lang.Class<E> endpointType,
org.springframework.core.env.Environment environment,
java.lang.String prefix,
java.lang.String... exposeDefaults)
Deprecated.
|
match, matchpublic ExposeExcludePropertyEndpointFilter(java.lang.Class<E> endpointType, org.springframework.core.env.Environment environment, java.lang.String prefix, java.lang.String... exposeDefaults)
public ExposeExcludePropertyEndpointFilter(java.lang.Class<E> endpointType, java.util.Collection<java.lang.String> include, java.util.Collection<java.lang.String> exclude, java.lang.String... exposeDefaults)