类 MapSpecificationToPropertyConverter

  • 所有已实现的接口:
    org.springframework.core.convert.converter.Converter<springfox.documentation.schema.MapSpecification,​io.swagger.models.properties.Property>

    public class MapSpecificationToPropertyConverter
    extends Object
    implements org.springframework.core.convert.converter.Converter<springfox.documentation.schema.MapSpecification,​io.swagger.models.properties.Property>
    • 构造器详细资料

      • MapSpecificationToPropertyConverter

        public MapSpecificationToPropertyConverter​(springfox.documentation.service.ModelNamesRegistry modelNamesRegistry)
    • 方法详细资料

      • convert

        public io.swagger.models.properties.Property convert​(springfox.documentation.schema.MapSpecification source)
        指定者:
        convert 在接口中 org.springframework.core.convert.converter.Converter<springfox.documentation.schema.MapSpecification,​io.swagger.models.properties.Property>