All Classes and Interfaces

说明
 
 
接口排序Plugin
 
 
 
动态替换响应200中的返回Model类,需要注意的是OperationBuilderPlugin有将近30个实现类,其中设置responseMessages属性的有两个实现类,分别是 ResponseMessagesReader: 收集接口本身默认返回Model类,添加到responseMessages属性中 SwaggerResponseMessageReader:收集OPen API V2.0规范注解@ApiResponse注解标注的response返回类 两个不同的实现类因为SwaggerResponseMessageReader的默认order是在Integer.MAX_VALUE+1000,因此,如果要最后覆盖此属性的话,自定义实现中的Order值需要高于他,否则就会被覆盖.
Enable Knife4j enhanced annotation and use @EnableSwagger2 annotation together.
 
 
Knife4j AutoConfiguration
 
 
HTTP basic properties
Support i18n with message.properties, Rewrite the ServiceModelToSwagger2Mapper implementation class, and some information is obtained from the i18n configuration information
Basic configuration information
Knife4jInsight产品自动注册,上报OpenAPI/Swagger2数据源
 
 
参考接口文档:http://knife4j.net/api.html
Knife4j Basic Properties
 
 
 
 
 
 
 
 
 
 
动态添加响应类
忽略接口某个参数,避免编写过多的实体类,该插件通过给Open API v2.0 的Path节点添加扩展属性x-ignoreParameters扩展属性,结合前端ui自定义实现过滤规则. 2.0.3版本添加includeParameters属性的支持
 
 
针对多个包路径的情况提供Api的扫描
 
接口描述追加Spring Security注解信息