@Generated(value="org.mapstruct.ap.MappingProcessor",
date="2018-06-23T17:02:57-0500",
comments="version: 1.2.0.Final, compiler: javac, environment: Java 1.8.0_151 (Oracle Corporation)")
@Component
public class ServiceModelToSwagger2MapperImpl
extends ServiceModelToSwagger2Mapper
| Constructor and Description |
|---|
ServiceModelToSwagger2MapperImpl() |
| Modifier and Type | Method and Description |
|---|---|
protected io.swagger.models.Contact |
map(springfox.documentation.service.Contact from) |
protected io.swagger.models.Info |
mapApiInfo(springfox.documentation.service.ApiInfo from) |
io.swagger.models.Swagger |
mapDocumentation(springfox.documentation.service.Documentation from) |
protected io.swagger.models.Operation |
mapOperation(springfox.documentation.service.Operation from) |
protected io.swagger.models.Tag |
mapTag(springfox.documentation.service.Tag from) |
protected java.util.List<io.swagger.models.parameters.Parameter> |
parameterListToParameterList(java.util.List<springfox.documentation.service.Parameter> list) |
protected java.util.List<io.swagger.models.Scheme> |
stringSetToSchemeList(java.util.Set<java.lang.String> set) |
protected java.util.List<io.swagger.models.Tag> |
tagSetToTagList(java.util.Set<springfox.documentation.service.Tag> set) |
mapApiListings, mapAuthorizations, mapResponseMessages, mapSchemespublic io.swagger.models.Swagger mapDocumentation(springfox.documentation.service.Documentation from)
mapDocumentation in class ServiceModelToSwagger2Mapperprotected io.swagger.models.Info mapApiInfo(springfox.documentation.service.ApiInfo from)
mapApiInfo in class ServiceModelToSwagger2Mapperprotected io.swagger.models.Contact map(springfox.documentation.service.Contact from)
map in class ServiceModelToSwagger2Mapperprotected io.swagger.models.Operation mapOperation(springfox.documentation.service.Operation from)
mapOperation in class ServiceModelToSwagger2Mapperprotected io.swagger.models.Tag mapTag(springfox.documentation.service.Tag from)
mapTag in class ServiceModelToSwagger2Mapperprotected java.util.List<io.swagger.models.Tag> tagSetToTagList(java.util.Set<springfox.documentation.service.Tag> set)
protected java.util.List<io.swagger.models.Scheme> stringSetToSchemeList(java.util.Set<java.lang.String> set)
protected java.util.List<io.swagger.models.parameters.Parameter> parameterListToParameterList(java.util.List<springfox.documentation.service.Parameter> list)