类 ServiceModelToSwagger2MapperImpl

    • 构造器详细资料

      • ServiceModelToSwagger2MapperImpl

        public ServiceModelToSwagger2MapperImpl()
    • 方法详细资料

      • mapOperation

        protected io.swagger.models.Operation mapOperation​(springfox.documentation.service.Operation from,
                                                           springfox.documentation.service.ModelNamesRegistry modelNames)
        指定者:
        mapOperation 在类中 ServiceModelToSwagger2Mapper
      • tagSetToTagList

        protected List<io.swagger.models.Tag> tagSetToTagList​(Set<springfox.documentation.service.Tag> set)
      • stringSetToSchemeList

        protected List<io.swagger.models.Scheme> stringSetToSchemeList​(Set<String> set,
                                                                       springfox.documentation.service.ModelNamesRegistry modelNames)