E
- the endpoint type@FunctionalInterface public interface EndpointFilter<E extends ExposableEndpoint<?>>
endpoints
.Modifier and Type | Method and Description |
---|---|
boolean |
match(E endpoint)
Return
true if the filter matches. |
boolean match(E endpoint)
true
if the filter matches.endpoint
- the endpoint to checktrue
if the filter matches