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,
Environment environment,
String prefix,
String... exposeDefaults) |
public ExposeExcludePropertyEndpointFilter(Class<E> endpointType, Environment environment, String prefix, String... exposeDefaults)
public ExposeExcludePropertyEndpointFilter(Class<E> endpointType, Collection<String> include, Collection<String> exclude, String... exposeDefaults)
public boolean match(E endpoint)
EndpointFiltertrue if the filter matches.match in interface EndpointFilter<E extends ExposableEndpoint<?>>endpoint - the endpoint to checktrue if the filter matchesCopyright © 2018 Pivotal Software, Inc.. All rights reserved.