类 ServiceModelToSwagger2MapperImpl
- java.lang.Object
-
- springfox.documentation.swagger2.mappers.ServiceModelToSwagger2Mapper
-
- springfox.documentation.swagger2.mappers.ServiceModelToSwagger2MapperImpl
-
@Component public class ServiceModelToSwagger2MapperImpl extends ServiceModelToSwagger2Mapper
-
-
构造器概要
构造器 构造器 说明 ServiceModelToSwagger2MapperImpl()
-
方法概要
所有方法 实例方法 具体方法 修饰符和类型 方法 说明 protected io.swagger.models.Contactmap(springfox.documentation.service.Contact from)protected io.swagger.models.InfomapApiInfo(springfox.documentation.service.ApiInfo from)io.swagger.models.SwaggermapDocumentation(springfox.documentation.service.Documentation from)protected io.swagger.models.OperationmapOperation(springfox.documentation.service.Operation from, springfox.documentation.service.ModelNamesRegistry modelNames)protected io.swagger.models.TagmapTag(springfox.documentation.service.Tag from)protected List<io.swagger.models.Scheme>stringSetToSchemeList(Set<String> set, springfox.documentation.service.ModelNamesRegistry modelNames)protected List<io.swagger.models.Tag>tagSetToTagList(Set<springfox.documentation.service.Tag> set)-
从类继承的方法 springfox.documentation.swagger2.mappers.ServiceModelToSwagger2Mapper
mapApiListings, mapAuthorizations, mapResponseMessages, mapResponses, mapSchemes
-
-
-
-
方法详细资料
-
mapDocumentation
public io.swagger.models.Swagger mapDocumentation(springfox.documentation.service.Documentation from)
-
mapApiInfo
protected io.swagger.models.Info mapApiInfo(springfox.documentation.service.ApiInfo from)
- 指定者:
mapApiInfo在类中ServiceModelToSwagger2Mapper
-
map
protected io.swagger.models.Contact map(springfox.documentation.service.Contact from)
- 指定者:
map在类中ServiceModelToSwagger2Mapper
-
mapOperation
protected io.swagger.models.Operation mapOperation(springfox.documentation.service.Operation from, springfox.documentation.service.ModelNamesRegistry modelNames)- 指定者:
mapOperation在类中ServiceModelToSwagger2Mapper
-
mapTag
protected io.swagger.models.Tag mapTag(springfox.documentation.service.Tag from)
- 指定者:
mapTag在类中ServiceModelToSwagger2Mapper
-
tagSetToTagList
protected List<io.swagger.models.Tag> tagSetToTagList(Set<springfox.documentation.service.Tag> set)
-
-