public interface ServiceModelToSwaggerMapper
Modifier and Type | Method and Description |
---|---|
io.swagger.models.Contact |
map(Contact from) |
ApiDescription |
toSwaggerApiDescription(ApiDescription from) |
ApiInfo |
toSwaggerApiInfo(ApiInfo from) |
ApiListing |
toSwaggerApiListing(ApiListing from) |
ApiListingReference |
toSwaggerApiListingReference(ApiListingReference from) |
ModelDto |
toSwaggerModelDto(Model from) |
ModelPropertyDto |
toSwaggerModelPropertyDto(ModelProperty from) |
Operation |
toSwaggerOperation(Operation from) |
Parameter |
toSwaggerParameter(Parameter from) |
ResourceListing |
toSwaggerResourceListing(ResourceListing from) |
ResponseMessage |
toSwaggerResponseMessage(ResponseMessage from) |
ApiDescription toSwaggerApiDescription(ApiDescription from)
io.swagger.models.Contact map(Contact from)
ResponseMessage toSwaggerResponseMessage(ResponseMessage from)
ApiListingReference toSwaggerApiListingReference(ApiListingReference from)
ApiListing toSwaggerApiListing(ApiListing from)
ModelPropertyDto toSwaggerModelPropertyDto(ModelProperty from)
ResourceListing toSwaggerResourceListing(ResourceListing from)