Class ScalarModelToPropertyConverter

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

    public class ScalarModelToPropertyConverter
    extends java.lang.Object
    implements org.springframework.core.convert.converter.Converter<springfox.documentation.schema.ScalarModelSpecification,​io.swagger.models.properties.Property>
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      io.swagger.models.properties.Property convert​(springfox.documentation.schema.ScalarModelSpecification source)  
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • ScalarModelToPropertyConverter

        public ScalarModelToPropertyConverter()
    • Method Detail

      • convert

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