E - the endpoint typepublic class ExposeExcludePropertyEndpointFilter<E extends ExposableEndpoint<?>> extends Object implements EndpointFilter<E>
| Constructor and Description |
|---|
ExposeExcludePropertyEndpointFilter(Class<E> endpointType,
Collection<String> include,
Collection<String> exclude,
String... exposeDefaults) |
ExposeExcludePropertyEndpointFilter(Class<E> endpointType,
org.springframework.core.env.Environment environment,
String prefix,
String... exposeDefaults) |
public ExposeExcludePropertyEndpointFilter(Class<E> endpointType, org.springframework.core.env.Environment environment, String prefix, String... exposeDefaults)
public ExposeExcludePropertyEndpointFilter(Class<E> endpointType, Collection<String> include, Collection<String> exclude, String... exposeDefaults)
public boolean match(E endpoint)
match in interface EndpointFilter<E extends ExposableEndpoint<?>>Copyright © 2019 Pivotal Software, Inc.. All rights reserved.