Interface ServiceModelToSwaggerMapper
-
public interface ServiceModelToSwaggerMapper
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method 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)
-
-
-
Method Detail
-
toSwaggerApiDescription
ApiDescription toSwaggerApiDescription(ApiDescription from)
-
map
io.swagger.models.Contact map(Contact from)
-
toSwaggerResponseMessage
ResponseMessage toSwaggerResponseMessage(ResponseMessage from)
-
toSwaggerApiListingReference
ApiListingReference toSwaggerApiListingReference(ApiListingReference from)
-
toSwaggerApiListing
ApiListing toSwaggerApiListing(ApiListing from)
-
toSwaggerModelPropertyDto
ModelPropertyDto toSwaggerModelPropertyDto(ModelProperty from)
-
toSwaggerResourceListing
ResourceListing toSwaggerResourceListing(ResourceListing from)
-
-