类 ServiceModelToSwagger2Mapper

    • 构造器详细资料

      • ServiceModelToSwagger2Mapper

        public ServiceModelToSwagger2Mapper()
    • 方法详细资料

      • mapDocumentation

        public abstract io.swagger.models.Swagger mapDocumentation​(springfox.documentation.service.Documentation from)
      • mapApiInfo

        protected abstract io.swagger.models.Info mapApiInfo​(springfox.documentation.service.ApiInfo from)
      • map

        protected abstract io.swagger.models.Contact map​(springfox.documentation.service.Contact from)
      • mapOperation

        protected abstract io.swagger.models.Operation mapOperation​(springfox.documentation.service.Operation from,
                                                                    springfox.documentation.service.ModelNamesRegistry modelNames)
      • mapTag

        protected abstract io.swagger.models.Tag mapTag​(springfox.documentation.service.Tag from)
      • mapSchemes

        protected List<io.swagger.models.Scheme> mapSchemes​(List<String> from)
      • mapResponses

        protected Map<String,​io.swagger.models.Response> mapResponses​(Set<springfox.documentation.service.Response> from,
                                                                            springfox.documentation.service.ModelNamesRegistry modelNamesRegistry)
      • mapApiListings

        protected Map<String,​io.swagger.models.Path> mapApiListings​(Map<String,​List<springfox.documentation.service.ApiListing>> apiListings)