Class ScalarModelToPropertyConverter

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

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

      • ScalarModelToPropertyConverter

        public ScalarModelToPropertyConverter()
    • Method Detail

      • convert

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