接口的使用
springfox.documentation.RequestHandler
使用RequestHandler的程序包
-
springfox.documentation中RequestHandler的使用
修饰符和类型方法说明RequestHandler.combine(RequestHandler other) This is to merge two request handlers that are indistinguishable other than the media types supported参数类型为RequestHandler的springfox.documentation中的方法修饰符和类型方法说明RequestHandler.combine(RequestHandler other) This is to merge two request handlers that are indistinguishable other than the media types supported -
springfox.documentation.builders中RequestHandler的使用
返回变量类型为RequestHandler的类型的springfox.documentation.builders中的方法修饰符和类型方法说明static com.google.common.base.Predicate<RequestHandler>RequestHandlerSelectors.any()Any RequestHandler satisfies this conditionstatic 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 conditionstatic 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 methodstatic com.google.common.base.Predicate<RequestHandler>RequestHandlerSelectors.withMethodAnnotation(Class<? extends Annotation> annotation) Predicate that matches RequestHandler with handlers methods annotated with given annotation