Class CompoundSpecificationToPropertyConverter

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

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

      • CompoundSpecificationToPropertyConverter

        public CompoundSpecificationToPropertyConverter​(ModelNamesRegistry modelNamesRegistry)
    • Method Detail

      • convert

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