Class CollectionSpecificationToPropertyConverter

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

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

      • CollectionSpecificationToPropertyConverter

        public CollectionSpecificationToPropertyConverter​(ModelNamesRegistry modelNamesRegistry)
    • Method Detail

      • convert

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