public class ApiSelector
extends java.lang.Object
| Modifier and Type | Field and Description |
|---|---|
static ApiSelector |
DEFAULT |
| Constructor and Description |
|---|
ApiSelector(com.google.common.base.Predicate<springfox.documentation.RequestHandler> requestHandlerSelector,
com.google.common.base.Predicate<java.lang.String> pathSelector) |
| Modifier and Type | Method and Description |
|---|---|
com.google.common.base.Predicate<java.lang.String> |
getPathSelector() |
com.google.common.base.Predicate<springfox.documentation.RequestHandler> |
getRequestHandlerSelector() |
public static final ApiSelector DEFAULT