| 程序包 | 说明 |
|---|---|
| springfox.documentation | |
| springfox.documentation.builders |
| 限定符和类型 | 方法和说明 |
|---|---|
RequestHandler |
RequestHandler.combine(RequestHandler other)
This is to merge two request handlers that are indistinguishable other than the media types supported
|
RequestHandler |
RequestHandler.combine(RequestHandler other)
This is to merge two request handlers that are indistinguishable other than the media types supported
|
| 限定符和类型 | 方法和说明 |
|---|---|
RequestHandler |
RequestHandler.combine(RequestHandler other)
This is to merge two request handlers that are indistinguishable other than the media types supported
|
RequestHandler |
RequestHandler.combine(RequestHandler other)
This is to merge two request handlers that are indistinguishable other than the media types supported
|
| 限定符和类型 | 方法和说明 |
|---|---|
static com.google.common.base.Predicate<RequestHandler> |
RequestHandlerSelectors.any()
Any RequestHandler satisfies this condition
|
static com.google.common.base.Predicate<RequestHandler> |
RequestHandlerSelectors.any()
Any RequestHandler satisfies this condition
|
static com.google.common.base.Predicate<RequestHandler> |
RequestHandlerSelectors.basePackage(String basePackage)
Predicate that matches RequestHandler with given base package name for the class of the handler method.
|
static com.google.common.base.Predicate<RequestHandler> |
RequestHandlerSelectors.basePackage(String basePackage)
Predicate that matches RequestHandler with given base package name for the class of the handler method.
|
static com.google.common.base.Predicate<RequestHandler> |
RequestHandlerSelectors.none()
No RequestHandler satisfies this condition
|
static com.google.common.base.Predicate<RequestHandler> |
RequestHandlerSelectors.none()
No RequestHandler satisfies this condition
|
static com.google.common.base.Predicate<RequestHandler> |
RequestHandlerSelectors.withClassAnnotation(Class<? extends Annotation> annotation)
Predicate that matches RequestHandler with given annotation on the declaring class of the handler method
|
static com.google.common.base.Predicate<RequestHandler> |
RequestHandlerSelectors.withClassAnnotation(Class<? extends Annotation> annotation)
Predicate that matches RequestHandler with given annotation on the declaring class of the handler method
|
static com.google.common.base.Predicate<RequestHandler> |
RequestHandlerSelectors.withMethodAnnotation(Class<? extends Annotation> annotation)
Predicate that matches RequestHandler with handlers methods annotated with given annotation
|
static com.google.common.base.Predicate<RequestHandler> |
RequestHandlerSelectors.withMethodAnnotation(Class<? extends Annotation> annotation)
Predicate that matches RequestHandler with handlers methods annotated with given annotation
|
Copyright © 2023. All rights reserved.