Interface ServiceModelToSwaggerMapper
-
public interface ServiceModelToSwaggerMapper
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description io.swagger.models.Contactmap(Contact from)ApiDescriptiontoSwaggerApiDescription(ApiDescription from)ApiInfotoSwaggerApiInfo(ApiInfo from)ApiListingtoSwaggerApiListing(ApiListing from)ApiListingReferencetoSwaggerApiListingReference(ApiListingReference from)ModelDtotoSwaggerModelDto(Model from)ModelPropertyDtotoSwaggerModelPropertyDto(ModelProperty from)OperationtoSwaggerOperation(Operation from)ParametertoSwaggerParameter(Parameter from)ResourceListingtoSwaggerResourceListing(ResourceListing from)ResponseMessagetoSwaggerResponseMessage(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)
-
-