Class MapSpecificationToPropertyConverter

  • All Implemented Interfaces:
    org.springframework.core.convert.converter.Converter<MapSpecification,​io.swagger.models.properties.Property>

    public class MapSpecificationToPropertyConverter
    extends java.lang.Object
    implements org.springframework.core.convert.converter.Converter<MapSpecification,​io.swagger.models.properties.Property>
    • Constructor Detail

      • MapSpecificationToPropertyConverter

        public MapSpecificationToPropertyConverter​(ModelNamesRegistry modelNamesRegistry)
    • Method Detail

      • convert

        public io.swagger.models.properties.Property convert​(MapSpecification source)
        Specified by:
        convert in interface org.springframework.core.convert.converter.Converter<MapSpecification,​io.swagger.models.properties.Property>