Class ScalarModelToSchemaConverter

  • All Implemented Interfaces:
    org.springframework.core.convert.converter.Converter<ScalarModelSpecification,​io.swagger.v3.oas.models.media.Schema<?>>

    public class ScalarModelToSchemaConverter
    extends java.lang.Object
    implements org.springframework.core.convert.converter.Converter<ScalarModelSpecification,​io.swagger.v3.oas.models.media.Schema<?>>
    • Constructor Detail

      • ScalarModelToSchemaConverter

        public ScalarModelToSchemaConverter()
    • Method Detail

      • convert

        public io.swagger.v3.oas.models.media.Schema<?> convert​(ScalarModelSpecification source)
        Specified by:
        convert in interface org.springframework.core.convert.converter.Converter<ScalarModelSpecification,​io.swagger.v3.oas.models.media.Schema<?>>