@Generated(value="org.mapstruct.ap.MappingProcessor", date="2022-09-28T12:03:58+0800", comments="version: 1.2.0.Final, compiler: javac, environment: Java 1.8.0_333 (Oracle Corporation)") @Component public class ServiceModelToSwagger2MapperImpl extends ServiceModelToSwagger2Mapper
| 构造器和说明 |
|---|
ServiceModelToSwagger2MapperImpl() |
| 限定符和类型 | 方法和说明 |
|---|---|
protected io.swagger.models.Contact |
map(Contact from) |
protected io.swagger.models.Info |
mapApiInfo(ApiInfo from) |
io.swagger.models.Swagger |
mapDocumentation(Documentation from) |
protected io.swagger.models.Operation |
mapOperation(Operation from) |
protected io.swagger.models.Tag |
mapTag(Tag from) |
protected List<io.swagger.models.parameters.Parameter> |
parameterListToParameterList(List<Parameter> list) |
protected List<io.swagger.models.Scheme> |
stringSetToSchemeList(Set<String> set) |
protected List<io.swagger.models.Tag> |
tagSetToTagList(Set<Tag> set) |
mapApiListings, mapAuthorizations, mapResponseMessages, mapSchemespublic io.swagger.models.Swagger mapDocumentation(Documentation from)
protected io.swagger.models.Info mapApiInfo(ApiInfo from)
mapApiInfo 在类中 ServiceModelToSwagger2Mapperprotected io.swagger.models.Contact map(Contact from)
map 在类中 ServiceModelToSwagger2Mapperprotected io.swagger.models.Operation mapOperation(Operation from)
mapOperation 在类中 ServiceModelToSwagger2Mapperprotected io.swagger.models.Tag mapTag(Tag from)
mapTag 在类中 ServiceModelToSwagger2Mapperprotected List<io.swagger.models.Scheme> stringSetToSchemeList(Set<String> set)
Copyright © 2022. All rights reserved.